get rid of strings

This commit is contained in:
J. Nick Koston 2023-06-07 10:02:01 -05:00
parent d5cdc36615
commit 858157c7a0
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ namespace ratgdo {
// Forward declare RATGDOComponent
class RATGDOComponent;
// Forward declare enums
enum DoorState;
enum LightState;
enum LockState;
enum MotionState;
enum ObstructionState;
class RATGDOClient : public Parented<RATGDOComponent> {
public: