Snake game for a 5x5 LED matrix
Diff: bodyPiece.h
- Revision:
- 0:dc906408980e
- Child:
- 1:5fcb94bb03db
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bodyPiece.h Wed Oct 09 16:23:20 2013 +0000
@@ -0,0 +1,10 @@
+#ifndef __BODYPIECE_H__ // if x.h hasn't been included yet...
+#define __BODYPIECE_H__ // #define this so the compiler knows it has been included
+
+
+class bodyPiece{
+ public:
+ char currRow, currCol;
+};
+
+#endif // __BODYPIECE_H__
\ No newline at end of file