Move global.h to the top. It otherwise fails compilation when using gcc
One day I'll fix up the headers and run IWYU on the repo
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#include "global.h"
|
||||
|
||||
#include "NoteDisplay.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "ActorUtil.h"
|
||||
#include "ArrowEffects.h"
|
||||
#include "GameState.h"
|
||||
|
||||
Reference in New Issue
Block a user