From 996c43b8e327a2d63f99c4f5a2d820dbaf1be8f3 Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 22 Nov 2012 23:12:30 +0100 Subject: new map music system --- include/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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(); }; -- cgit v1.2.3