mirror of https://github.com/AxioDL/metaforce.git
14 lines
127 B
C++
14 lines
127 B
C++
|
#ifndef __URDE_CWORLD_HPP__
|
||
|
#define __URDE_CWORLD_HPP__
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CWorld
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CWORLD_HPP__
|