From 8d1a7174d6f9856096705c22ef7628f463048c6f Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Wed, 29 Dec 2004 14:21:52 +0000 Subject: Updating devcpp project file --- The Mana World.dev | 2 +- src/gui/gui.cpp | 2 ++ src/sound/sound.h | 4 ++-- 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 -#include +#include +#include #include #include #include -- cgit v1.2.3-70-g09d2