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.cpp | 4 ---- src/sound/sound.h | 7 +++---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp index 909f78b7..16468dee 100644 --- a/src/sound/sound.cpp +++ b/src/sound/sound.cpp @@ -23,10 +23,6 @@ #pragma warning(disable:4312) #endif -#include - - -#include #include "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-60-g2f50