Implement toggleMenus

This commit is contained in:
scrawl 2014-06-20 18:49:19 +02:00
parent ad0a182b7e
commit 9a26cf22e6
8 changed files with 37 additions and 3 deletions

View file

@ -178,6 +178,7 @@ namespace Compiler
const int opcodeShowMap = 0x20001a0;
const int opcodeFillMap = 0x20001a1;
const int opcodeMenuTest = 0x2002c;
const int opcodeToggleMenus = 0x200024b;
}
namespace Misc