get rid of strings
This commit is contained in:
parent
d5cdc36615
commit
858157c7a0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue