mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-16 04:05:53 +00:00
18 lines
175 B
C++
18 lines
175 B
C++
#ifndef __URDE_IGAMEAREA_HPP__
|
|
#define __URDE_IGAMEAREA_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class IGameArea
|
|
{
|
|
public:
|
|
class Dock
|
|
{
|
|
};
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_IGAMEAREA_HPP__
|