src/gamelogic.h: make it import-order invariant
the fix is adding an implicit dependency. Some automatic code formatters would break the build on GCC.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
#include <utilities/window.hpp>
|
||||
#include "sceneGraph.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user