diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-05-03 15:08:19 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-05-03 15:08:19 -0800 |
| commit | 7e5ecb0d0325133eee3cd6e66ccf7fdb96c231d0 (patch) | |
| tree | 0886addb4c827487b6124715842ae57d2e6d629d /include/yeti.h | |
| parent | added an intro screen (diff) | |
| download | yetihack-7e5ecb0d0325133eee3cd6e66ccf7fdb96c231d0.tar.zst | |
added a new level
Diffstat (limited to 'include/yeti.h')
| -rw-r--r-- | include/yeti.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/yeti.h b/include/yeti.h index 093b69e..4eeb1d7 100644 --- a/include/yeti.h +++ b/include/yeti.h @@ -1,6 +1,5 @@ #ifndef YETI_H #define YETI_H -#endif #include <vector> using namespace std; @@ -24,4 +23,4 @@ class yeti int sizey; int absolute(int); }; - +#endif |
