mirror of https://github.com/AxioDL/metaforce.git
13 lines
175 B
C++
13 lines
175 B
C++
|
#ifndef __URDE_CSAVEWORLD_HPP__
|
||
|
#define __URDE_CSAVEWORLD_HPP__
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
class CSaveWorld
|
||
|
{
|
||
|
CSaveWorld(CInputStream& in);
|
||
|
};
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CSAVEWORLD_HPP__
|