Add bookmarkInit
This commit is contained in:
parent
a27b2496d4
commit
d16f0010ac
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
namespace fallout {
|
namespace fallout {
|
||||||
|
|
||||||
|
static int bookmarkInit();
|
||||||
static int bookmarkExit();
|
static int bookmarkExit();
|
||||||
static void bookmarkHide();
|
static void bookmarkHide();
|
||||||
static void bookmarkUnHide();
|
static void bookmarkUnHide();
|
||||||
|
@ -50,6 +51,12 @@ unsigned char* tool;
|
||||||
// 0x6EC4AC
|
// 0x6EC4AC
|
||||||
int tool_win;
|
int tool_win;
|
||||||
|
|
||||||
|
// 0x4875B4
|
||||||
|
int bookmarkInit()
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
// 0x4875B8
|
// 0x4875B8
|
||||||
int bookmarkExit()
|
int bookmarkExit()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue