Clean up API changes

This commit is contained in:
GriffinR
2021-12-13 11:41:46 -05:00
committed by huderlem
parent 36dc1c6649
commit 574151aebb
7 changed files with 73 additions and 28 deletions

View File

@@ -59,6 +59,7 @@ public:
void updateLocation(int x, int y);
void updateSelectionSize(int width, int height);
void setActive(bool active);
bool getActive();
bool *enabled;
private:
bool active;