New Enums
All 05-era enums added (might be more, idk tbh)
This commit is contained in:
4
ActionType.h
Normal file
4
ActionType.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef ACTIONTYPE_H
|
||||
#define ACTIONTYPE_H
|
||||
static enum ActionType {Nothing, Pause, Lose, Draw, Win};
|
||||
#endif
|
||||
Reference in New Issue
Block a user