From ea5ec6195a1df9059a89bfc7131af1d4fcdcbe7f Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Sun, 3 Oct 2004 12:34:01 +0000 Subject: code cleanup, doxygen comments & unecessary-include-removal --- src/sound/sound.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/sound/sound.h') diff --git a/src/sound/sound.h b/src/sound/sound.h index 58054c59..502889c1 100644 --- a/src/sound/sound.h +++ b/src/sound/sound.h @@ -34,7 +34,6 @@ #include #include #include -using namespace std; /** mod file */ #define TMWSOUND_MOD 1 @@ -100,14 +99,14 @@ class TmwSound { /** type of item */ char type; /** (file-)name of sfx only kept for human reasons ^_^ */ - string fname; + std::string fname; /** generic data */ void * data; }; /** list of preloaded sound data / items */ - list soundpool; - list::iterator sounditem; + std::list soundpool; + std::list::iterator sounditem; TMWSOUND_SID items; bool isMaxVol(int); -- cgit v1.2.3-70-g09d2