Add bookmarkInit

This commit is contained in:
Alexander Batalov 2023-07-23 10:26:43 +03:00
parent a27b2496d4
commit d16f0010ac

View File

@ -17,6 +17,7 @@
namespace fallout {
static int bookmarkInit();
static int bookmarkExit();
static void bookmarkHide();
static void bookmarkUnHide();
@ -50,6 +51,12 @@ unsigned char* tool;
// 0x6EC4AC
int tool_win;
// 0x4875B4
int bookmarkInit()
{
return 0;
}
// 0x4875B8
int bookmarkExit()
{