Mapster32 build fix

git-svn-id: https://svn.eduke32.com/eduke32@4668 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-10-25 03:32:42 +00:00
parent c8ea7baf72
commit 088808eb3e
2 changed files with 3 additions and 1 deletions

View file

@ -90,7 +90,7 @@ extern void G_SetupGlobalPsky(void);
////////// //////////
extern char g_modDir[BMAX_PATH]; extern char g_modDir[BMAX_PATH];
extern int32_t kopen4loadfrommod(const char *filename, char searchfirst);
extern void G_AddSearchPaths(void); extern void G_AddSearchPaths(void);
extern void G_CleanupSearchPaths(void); extern void G_CleanupSearchPaths(void);

View file

@ -43,6 +43,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#endif #endif
#include "sounds_mapster32.h" #include "sounds_mapster32.h"
#include "common.h"
#include "common_game.h"
#define LOUDESTVOLUME 150 #define LOUDESTVOLUME 150
#define MUSICANDSFX 5 #define MUSICANDSFX 5