More refactoring to get the GUI dumber.

This commit is contained in:
Zed A. Shaw 2024-10-30 02:13:31 -04:00
parent 2fdbd63f4c
commit 009b1e63a7
6 changed files with 86 additions and 75 deletions

View file

@ -1,5 +1,7 @@
#pragma once
enum GUIEvent {
START, HIT, MISS, DEAD
};
namespace Events {
enum GUI {
START, HIT, MISS, DEAD
};
}