aboutsummaryrefslogtreecommitdiffstats
path: root/include/grid.h
diff options
context:
space:
mode:
authorrayhogenson <rayhogenson@gmail.com>2014-03-15 01:44:31 -0700
committerrayhogenson <rayhogenson@gmail.com>2014-03-15 01:44:31 -0700
commit125acda13504f149b5a42f78c293a9d9efc83518 (patch)
tree8ce3abecb676a3e87ff85b91fe4ce5a14f0f2ced /include/grid.h
parentMerge pull request #2 from rayhogenson/fix (diff)
parentdeleted the grids. They should never have existed. (diff)
downloadyetihack-125acda13504f149b5a42f78c293a9d9efc83518.tar.zst
Merge pull request #5 from rayhogenson/deleteGrid
deleted the grids. They should never have existed.
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