mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 21:51:06 +03:00
10 lines
179 B
C++
10 lines
179 B
C++
#ifndef UI_GAME_HPP
|
|
#define UI_GAME_HPP
|
|
|
|
#include "ui/game/CGGameUI.hpp"
|
|
#include "ui/game/CGPetInfo.hpp"
|
|
#include "ui/game/ScriptEvents.hpp"
|
|
#include "ui/game/Types.hpp"
|
|
|
|
#endif
|