2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-16 04:05:53 +00:00
metaforce/Runtime/World/IGameArea.hpp
2016-04-18 14:17:49 -10:00

18 lines
175 B
C++

#ifndef __URDE_IGAMEAREA_HPP__
#define __URDE_IGAMEAREA_HPP__
namespace urde
{
class IGameArea
{
public:
class Dock
{
};
};
}
#endif // __URDE_IGAMEAREA_HPP__