Add bookmarkHide

This commit is contained in:
Alexander Batalov 2023-07-23 10:23:55 +03:00
parent 093d4f23d8
commit a2d61dc7c4

View File

@ -17,6 +17,7 @@
namespace fallout {
static void bookmarkHide();
static void bookmarkUnHide();
static int categoryInit();
static int categoryExit();
@ -48,6 +49,14 @@ unsigned char* tool;
// 0x6EC4AC
int tool_win;
// 0x4875E0
void bookmarkHide()
{
if (bookmarkWin != -1) {
windowHide(bookmarkWin);
}
}
// 0x4875F8
void bookmarkUnHide()
{