mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Re-add accidentally removed CRSM types
This commit is contained in:
12
Runtime/CSaveWorld.hpp
Normal file
12
Runtime/CSaveWorld.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __URDE_CSAVEWORLD_HPP__
|
||||
#define __URDE_CSAVEWORLD_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CSaveWorld
|
||||
{
|
||||
CSaveWorld(CInputStream& in);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __URDE_CSAVEWORLD_HPP__
|
||||
Reference in New Issue
Block a user