Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix shader.h inclusion place in game.cpp
  • Loading branch information
nerzhul committed Aug 19, 2017
1 parent 88b436e commit 50669cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game.cpp
Expand Up @@ -54,6 +54,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "raycast.h"
#include "server.h"
#include "settings.h"
#include "shader.h"
#include "sky.h"
#include "subgame.h"
#include "tool.h"
Expand All @@ -66,8 +67,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,

#if USE_SOUND
#include "sound_openal.h"
#include "shader.h"

#endif

extern Settings *g_settings;
Expand Down

0 comments on commit 50669cd

Please sign in to comment.