mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:11:21 +00:00
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__
|