Files

21 lines
575 B
C++
Raw Permalink Normal View History

2025-01-14 03:13:17 +02:00
#ifndef _SLDRTWEAKAUTOMAPPER
#define _SLDRTWEAKAUTOMAPPER
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrTweakAutoMapper_Base.hpp"
#include "MetroidPrime/ScriptLoader/SLdrTweakAutoMapper_DoorColors.hpp"
#include "rstl/string.hpp"
struct SLdrTweakAutoMapper {
SLdrTweakAutoMapper();
~SLdrTweakAutoMapper();
rstl::string instanceName;
SLdrTweakAutoMapper_Base base;
SLdrTweakAutoMapper_DoorColors doorColors;
};
void LoadTypedefSLdrTweakAutoMapper(SLdrTweakAutoMapper&, CInputStream&);
#endif // _SLDRTWEAKAUTOMAPPER