Voxeloop  0.1.0
Musical Loop Generation in Voxel World
Common.hpp
Go to the documentation of this file.
1 #ifndef CORE_INCLUDE_COMMON_HPP
2 #define CORE_INCLUDE_COMMON_HPP
3 
4 #include "GUIManager.hpp"
5 #include "WindowManager.hpp"
6 
7 #include <memory>
8 
9 struct GameData {
12 };
13 
14 typedef std::shared_ptr<GameData> SharedDataRef;
15 
16 #endif // CORE_INCLUDE_COMMON_HPP
std::shared_ptr< GameData > SharedDataRef
Definition: Common.hpp:14
Definition: GUIManager.hpp:16
Definition: WindowManager.hpp:12
Definition: Common.hpp:9
WindowManager window
Definition: Common.hpp:10
GUIManager gui
Definition: Common.hpp:11