diff options
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r-- | editor/draw.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp index 33188573..fe12489d 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -1,3 +1,4 @@ +#if 0 #include "app.hpp" #include "main/floormat-main.hpp" #include "shaders/tile-shader.hpp" @@ -48,3 +49,5 @@ void app::draw() } } // namespace floormat + +#endif |