2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-18 19:25:24 +00:00
Files
metaforce/Runtime/CSaveWorld.hpp
2016-07-23 18:53:02 -07:00

15 lines
202 B
C++

#ifndef __URDE_CSAVEWORLD_HPP__
#define __URDE_CSAVEWORLD_HPP__
#include "RetroTypes.hpp"
namespace urde
{
class CSaveWorld
{
CSaveWorld(CInputStream& in);
};
}
#endif // __URDE_CSAVEWORLD_HPP__