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:
teejusb
2021-08-29 10:44:31 -07:00
parent 08e271d602
commit 58611d0ecb
+2 -1
View File
@@ -1,6 +1,7 @@
#include "global.h"
#include "NoteDisplay.h"
#include "global.h"
#include "ActorUtil.h"
#include "ArrowEffects.h"
#include "GameState.h"