Fix shader.h inclusion place in game.cpp

This commit is contained in:
Loïc Blot 2017-08-19 22:24:30 +02:00 committed by GitHub
parent 88b436e6a9
commit 50669cd282
1 changed files with 1 additions and 2 deletions

View File

@ -54,6 +54,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "raycast.h" #include "raycast.h"
#include "server.h" #include "server.h"
#include "settings.h" #include "settings.h"
#include "shader.h"
#include "sky.h" #include "sky.h"
#include "subgame.h" #include "subgame.h"
#include "tool.h" #include "tool.h"
@ -66,8 +67,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#if USE_SOUND #if USE_SOUND
#include "sound_openal.h" #include "sound_openal.h"
#include "shader.h"
#endif #endif
extern Settings *g_settings; extern Settings *g_settings;