diff options
author | Treeki <treeki@gmail.com> | 2012-01-16 23:36:02 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-01-16 23:36:02 +0100 |
commit | 28efd888af3ffe227565683e2cd2960ea5b52f61 (patch) | |
tree | 4f661990c53bc12767329c612f0b7dcd3b820a27 /src/worldmap.h | |
parent | b4cedffe6562aecc3b7afe6c480427e05b8fa277 (diff) | |
download | kamek-28efd888af3ffe227565683e2cd2960ea5b52f61.tar.gz kamek-28efd888af3ffe227565683e2cd2960ea5b52f61.zip |
moved levelinfo to levelinfo_old, so I can add the C++ API
Diffstat (limited to '')
-rw-r--r-- | src/worldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worldmap.h b/src/worldmap.h index 82032e6..748a019 100644 --- a/src/worldmap.h +++ b/src/worldmap.h @@ -15,7 +15,7 @@ #include "layoutlib.h" #include "fileload.h" -#include "levelinfo.h" +#include "levelinfo_old.h" #ifdef WM_DEBUGGING #define MapReport OSReport |