Skip to content

Commit 50669cd

Browse files
authoredAug 19, 2017
Fix shader.h inclusion place in game.cpp
1 parent 88b436e commit 50669cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎src/game.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
5454
#include "raycast.h"
5555
#include "server.h"
5656
#include "settings.h"
57+
#include "shader.h"
5758
#include "sky.h"
5859
#include "subgame.h"
5960
#include "tool.h"
@@ -66,8 +67,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
6667

6768
#if USE_SOUND
6869
#include "sound_openal.h"
69-
#include "shader.h"
70-
7170
#endif
7271

7372
extern Settings *g_settings;

0 commit comments

Comments
 (0)
Please sign in to comment.