added variables for crystal icons in interface class

This commit is contained in:
Remco
2016-06-09 11:12:15 +02:00
parent 593b9547cf
commit 1164501158
2 changed files with 10 additions and 4 deletions
+2
View File
@@ -7,5 +7,7 @@ public:
void draw(void);
void update(float deltaTime);
int crystalWidth, crystalHeight, crystalOffset;
};