Added text field for commands.
This commit is contained in:
parent
32eae1e97d
commit
59f054cefb
8 changed files with 287 additions and 37 deletions
|
@ -6,6 +6,8 @@ const Uint32 BOB_FIELDUPDATEEVENT = register_events(1);
|
|||
const Uint32 BOB_FIELDSELECTEDEVENT = register_events(1);
|
||||
const Uint32 BOB_FIELDUPGRADEVENT = register_events(1);
|
||||
const Uint32 BOB_NEXTTURNEVENT = register_events(1);
|
||||
const Uint32 BOB_ATTACKEVENTS = register_events(1);
|
||||
|
||||
|
||||
bool Timer::MOUSE_LOCKED = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue