2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

Add SAVW DNAs

This commit is contained in:
2016-07-23 18:51:15 -07:00
parent 9298ca7b99
commit b188c4892a
15 changed files with 217 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
#include "CSaveWorld.hpp"
namespace urde
{
CSaveWorld::CSaveWorld(CInputStream &in)
{
}
}