diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-30 13:11:32 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-30 13:11:32 +0000 |
commit | bbd44ef322cb26ed326250300e240df6fc19b545 (patch) | |
tree | 8b61902cd739c77b872a0d0e081711223bb917e8 /src/sound/sound.h | |
parent | a6938f026fd8656cb559f2645110880f4e79c4f5 (diff) | |
download | mana-bbd44ef322cb26ed326250300e240df6fc19b545.tar.gz mana-bbd44ef322cb26ed326250300e240df6fc19b545.tar.bz2 mana-bbd44ef322cb26ed326250300e240df6fc19b545.tar.xz mana-bbd44ef322cb26ed326250300e240df6fc19b545.zip |
Subclassed ListBox and TextBox for a little better visual appearance.
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r-- | src/sound/sound.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h index 95e8b7b8..1404ba48 100644 --- a/src/sound/sound.h +++ b/src/sound/sound.h @@ -17,10 +17,12 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id$ */ -#ifndef __SOUND_H -#define __SOUND_H +#ifndef _TMW_SOUND_H +#define _TMW_SOUND_H #ifndef WIN32 |