diff options
Diffstat (limited to 'src/koopatlas/map.h')
-rw-r--r-- | src/koopatlas/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/koopatlas/map.h b/src/koopatlas/map.h index 2e7b7b6..c74384f 100644 --- a/src/koopatlas/map.h +++ b/src/koopatlas/map.h @@ -1,3 +1,6 @@ +#ifndef __KOOPATLAS_MAP_H +#define __KOOPATLAS_MAP_H + #include "koopatlas/core.h" // Can't remember why I had this. Who cares @@ -60,3 +63,5 @@ class dWMMap_c : public dBase_c { static dWMMap_c *instance; }; +#endif + |