diff options
author | rtk0c <[email protected]> | 2021-03-29 00:06:34 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-29 00:06:34 -0700 |
commit | 2d7e772909571676dd4266337d43086bd2927e93 (patch) | |
tree | 80ec2c39336b5b7fd1cd50d5a715343531f6a743 /core/src/cplt_fwd.hpp | |
parent | 53bff541e292c5d6cae73881a37bf8f7e4a5fd0a (diff) |
UI big structure
Diffstat (limited to 'core/src/cplt_fwd.hpp')
-rw-r--r-- | core/src/cplt_fwd.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/cplt_fwd.hpp b/core/src/cplt_fwd.hpp new file mode 100644 index 0000000..e05eb4f --- /dev/null +++ b/core/src/cplt_fwd.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include "Model/fwd.hpp" +#include "UI/fwd.hpp" +#include "Utils/fwd.hpp" |