summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2004-12-29 14:21:52 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2004-12-29 14:21:52 +0000
commit8d1a7174d6f9856096705c22ef7628f463048c6f (patch)
tree1d4be7e78a04a6f5412c6d2e1f11c1b440d975ad
parent4988b2ae63413a754196b915c2de34f74ad3ce8d (diff)
downloadmana-client-8d1a7174d6f9856096705c22ef7628f463048c6f.tar.gz
mana-client-8d1a7174d6f9856096705c22ef7628f463048c6f.tar.bz2
mana-client-8d1a7174d6f9856096705c22ef7628f463048c6f.tar.xz
mana-client-8d1a7174d6f9856096705c22ef7628f463048c6f.zip
Updating devcpp project file
-rw-r--r--The Mana World.dev2
-rw-r--r--src/gui/gui.cpp2
-rw-r--r--src/sound/sound.h4
3 files changed, 5 insertions, 3 deletions
diff --git a/The Mana World.dev b/The Mana World.dev
index 7a40b87f..03fe71bb 100644
--- a/The Mana World.dev
+++ b/The Mana World.dev
@@ -33,7 +33,7 @@ CompilerSettings=0010001001001000001101
Major=0
Minor=0
Release=8
-Build=772
+Build=774
LanguageID=1033
CharsetID=1252
CompanyName=The Mana World Development Team
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index a64ff457..0d7d58e2 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -51,7 +51,9 @@ BITMAP *gui_bitmap;
bool drag;
DATAFILE *gui_gfx;
+#ifndef WIN32
extern Sound sound;
+#endif
/* very internal update stuff */
int (*gui__external_slider_callback)(void *, int);
diff --git a/src/sound/sound.h b/src/sound/sound.h
index b0719854..95e8b7b8 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -27,8 +27,8 @@
#ifdef WIN32
#pragma warning(disable:4312)
#endif
-#include <SDL.h>
-#include <SDL_mixer.h>
+#include <SDL/SDL.h>
+#include <SDL/SDL_mixer.h>
#include <map>
#include <string>
#include <fstream>