New Enums
All 05-era enums added (might be more, idk tbh)
This commit is contained in:
4
ControllerType.h
Normal file
4
ControllerType.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef CONTROLLERTYPE_H
|
||||
#define CONTROLLERTYPE_H
|
||||
static enum ControllerType {None, KeyboardRight, KeyboardLeft, Joypad1, Joypad2, Chase, Flee};
|
||||
#endif
|
||||
Reference in New Issue
Block a user