diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 03:11:16 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 03:11:16 +0200 |
commit | b567a0d4ceed1ce0bb184d9c3f712b2ec37f2a41 (patch) | |
tree | b2fdf91f37b1b93f10f41d10e007c73e9d063096 /main/precomp.hpp | |
parent | 6ebc64b4c61ea237f55438a4ebedf004648e65d7 (diff) |
more precompiled header stuff
Diffstat (limited to 'main/precomp.hpp')
-rw-r--r-- | main/precomp.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/precomp.hpp b/main/precomp.hpp index 02f613db..3f60a071 100644 --- a/main/precomp.hpp +++ b/main/precomp.hpp @@ -1,5 +1,9 @@ #pragma once #include "src/precomp.hpp" +#include "floormat/main.hpp" +#include "floormat/app.hpp" +#include "floormat/settings.hpp" +#include "main-impl.hpp" #include <Magnum/Timeline.h> #include <Magnum/GL/DebugOutput.h> |