More refactoring to get the GUI dumber.
This commit is contained in:
parent
2fdbd63f4c
commit
009b1e63a7
6 changed files with 86 additions and 75 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
enum GUIEvent {
|
||||
START, HIT, MISS, DEAD
|
||||
};
|
||||
namespace Events {
|
||||
enum GUI {
|
||||
START, HIT, MISS, DEAD
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue