Add bookmarkInit
This commit is contained in:
parent
a27b2496d4
commit
d16f0010ac
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue