summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-11-22 23:12:30 +0100
committerTreeki <treeki@gmail.com>2012-11-22 23:12:30 +0100
commit996c43b8e327a2d63f99c4f5a2d820dbaf1be8f3 (patch)
treef2b2b38cff295beaa4244f5605f84fac616812f4 /include
parent53880784ce5dced94bd3d98a240bcf84041c3ad5 (diff)
downloadkamek-996c43b8e327a2d63f99c4f5a2d820dbaf1be8f3.tar.gz
kamek-996c43b8e327a2d63f99c4f5a2d820dbaf1be8f3.zip
new map music system
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 5dd8aa5..8afb80b 100755
--- a/include/game.h
+++ b/include/game.h
@@ -3392,6 +3392,8 @@ namespace nw4r {
bool Exists() { return (data != 0); }
void Stop(int unk) { Stop__Q44nw4r3snd6detail10BasicSoundFi(data, unk); }
+ void *GetSound() const { return data; }
+
void DetachSound();
};