diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/events.cpp | 1 | ||||
-rw-r--r-- | main/main.hpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/main/events.cpp b/main/events.cpp index 8ab3d997..ef1d4ead 100644 --- a/main/events.cpp +++ b/main/events.cpp @@ -1,4 +1,3 @@ -#pragma once #include "floormat-main.hpp" #include <cstdio> #include <SDL_events.h> diff --git a/main/main.hpp b/main/main.hpp index e11c15f7..aa7671e6 100644 --- a/main/main.hpp +++ b/main/main.hpp @@ -1,5 +1,6 @@ #pragma once +#if 0 #include "floormat.hpp" #include "tile-atlas.hpp" @@ -142,3 +143,4 @@ private: }; } // namespace floormat +#endif |