mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-19 06:01:07 +03:00
8 lines
118 B
C++
8 lines
118 B
C++
#ifndef WORLD_WORLD_HPP
|
|
#define WORLD_WORLD_HPP
|
|
|
|
#include "world/CWorld.hpp"
|
|
#include "world/CWorldParam.hpp"
|
|
|
|
#endif
|