aboutsummaryrefslogtreecommitdiffstats
path: root/include/grid.h
diff options
context:
space:
mode:
authorrayhogenson <rayhogenson@gmail.com>2014-03-15 01:45:58 -0700
committerrayhogenson <rayhogenson@gmail.com>2014-03-15 01:45:58 -0700
commit5d1ce3620c65f56c1d65e9926600b1593becb101 (patch)
treeaaeb515a8ddfd9e20e779a5ffe32723afce3ca4a /include/grid.h
parentMerge pull request #3 from rayhogenson/readmeEdit (diff)
parentadded the config file into the main program (diff)
downloadyetihack-5d1ce3620c65f56c1d65e9926600b1593becb101.tar.zst
Merge pull request #6 from rayhogenson/fix
Fix
Diffstat (limited to 'include/grid.h')
-rw-r--r--include/grid.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/grid.h b/include/grid.h
deleted file mode 100644
index 68f9928..0000000
--- a/include/grid.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef GRID_H
-#define GRID_H
-#include <vector>
-#include <yeti>
-using namespace std;
-
-class grid
-{
- public:
- add(yeti);
- grid();
- move();
- refresh();
- private:
- vector<yeti> objects;
-}
-#endif