diff options
author | Treeki <treeki@gmail.com> | 2012-11-22 23:12:30 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-11-22 23:12:30 +0100 |
commit | 996c43b8e327a2d63f99c4f5a2d820dbaf1be8f3 (patch) | |
tree | f2b2b38cff295beaa4244f5605f84fac616812f4 /include | |
parent | 53880784ce5dced94bd3d98a240bcf84041c3ad5 (diff) | |
download | kamek-996c43b8e327a2d63f99c4f5a2d820dbaf1be8f3.tar.gz kamek-996c43b8e327a2d63f99c4f5a2d820dbaf1be8f3.zip |
new map music system
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 2 |
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();
};
|