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