diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-12-29 14:21:52 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-12-29 14:21:52 +0000 |
commit | 8d1a7174d6f9856096705c22ef7628f463048c6f (patch) | |
tree | 1d4be7e78a04a6f5412c6d2e1f11c1b440d975ad /src | |
parent | 4988b2ae63413a754196b915c2de34f74ad3ce8d (diff) | |
download | mana-client-8d1a7174d6f9856096705c22ef7628f463048c6f.tar.gz mana-client-8d1a7174d6f9856096705c22ef7628f463048c6f.tar.bz2 mana-client-8d1a7174d6f9856096705c22ef7628f463048c6f.tar.xz mana-client-8d1a7174d6f9856096705c22ef7628f463048c6f.zip |
Updating devcpp project file
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/gui.cpp | 2 | ||||
-rw-r--r-- | src/sound/sound.h | 4 |
2 files changed, 4 insertions, 2 deletions
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> |