mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-19 14:11:15 +00:00
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
Block a user