mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-19 14:11:15 +00:00
Add bookmarkHide
This commit is contained in:
parent
093d4f23d8
commit
a2d61dc7c4
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user