diff options
author | Treeki <treeki@gmail.com> | 2012-01-17 00:40:00 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-01-17 00:40:00 +0100 |
commit | bb5d7f7e737e318d095d23939b7d288eaf5f9e63 (patch) | |
tree | ec41984cd10376e7fec2b24e22b1b695c3692b36 /src/koopatlas/camera.h | |
parent | 28efd888af3ffe227565683e2cd2960ea5b52f61 (diff) | |
download | kamek-bb5d7f7e737e318d095d23939b7d288eaf5f9e63.tar.gz kamek-bb5d7f7e737e318d095d23939b7d288eaf5f9e63.zip |
added path support and the new API LevelInfo
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/camera.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/koopatlas/camera.h b/src/koopatlas/camera.h index f057374..39e34d0 100644 --- a/src/koopatlas/camera.h +++ b/src/koopatlas/camera.h @@ -1,3 +1,6 @@ +#ifndef __KOOPATLAS_CAMERA_H +#define __KOOPATLAS_CAMERA_H + #include "koopatlas/core.h" class dWorldCamera_c : public dBase_c { @@ -34,4 +37,5 @@ class dWorldCamera_c : public dBase_c { static dWorldCamera_c *instance; }; +#endif |