metaforce/Runtime/World/IGameArea.hpp

18 lines
175 B
C++
Raw Normal View History

2016-04-19 00:17:49 +00:00
#ifndef __URDE_IGAMEAREA_HPP__
#define __URDE_IGAMEAREA_HPP__
namespace urde
{
class IGameArea
{
public:
class Dock
{
};
};
}
#endif // __URDE_IGAMEAREA_HPP__