diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 00:49:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 00:49:19 +0200 |
commit | 203701d221b5f982abf44379ce738f76e0db027a (patch) | |
tree | 00312e10c24af555065feba863b0b323a736f92d /main | |
parent | 00ca30257d85dfe2c95040d4e3c30741e2872387 (diff) |
a
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 |