summaryrefslogtreecommitdiff
path: root/src/koopatlas/core.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-11-30 23:10:08 +0100
committerTreeki <treeki@gmail.com>2012-11-30 23:10:08 +0100
commitad610772911d1f3598cf3d2e4076e0e94fd1e0ea (patch)
tree35ab0ea47c0954793019663c1fe41a58be1166ac /src/koopatlas/core.h
parentdb34c0af338b8cf04f50b4ade98668869fd303e1 (diff)
downloadkamek-ad610772911d1f3598cf3d2e4076e0e94fd1e0ea.tar.gz
kamek-ad610772911d1f3598cf3d2e4076e0e94fd1e0ea.zip
fixes to the map music or something. idk
Diffstat (limited to 'src/koopatlas/core.h')
-rw-r--r--src/koopatlas/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/koopatlas/core.h b/src/koopatlas/core.h
index 651b628..93cc257 100644
--- a/src/koopatlas/core.h
+++ b/src/koopatlas/core.h
@@ -112,6 +112,9 @@ class dScKoopatlas_c : public dScene_c {
dDvdLoader_c mapListLoader;
+ bool isFirstPlay;
+ void startMusic();
+
u32 iterateMapList(u32(*callback)(u32,const char *,int,int), u32 userData, int *ptrIndex = 0);
const char *getMapNameForIndex(int index);
int getIndexForMapName(const char *name);