summaryrefslogtreecommitdiff
path: root/square.h
diff options
context:
space:
mode:
Diffstat (limited to 'square.h')
-rw-r--r--square.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/square.h b/square.h
index 46a513b..254f905 100644
--- a/square.h
+++ b/square.h
@@ -22,6 +22,10 @@
class square
{
+ /*
+ * real* indicates the pixel position
+ * grid* indicates grid position
+ */
public:
explicit square(); /* init function */
int getgridx();
@@ -31,10 +35,6 @@ class square
void movetogridpos(int x, int y);
private:
- /*
- * real* indicates the pixel position
- * grid* indicates grid position
- */
int realx;
int realy;