Files
echoes/include/MetroidPrime/ScriptLoader/SLdrTweakGui_ScannableObjectDownloadTimes.hpp
2023-08-10 00:01:20 +03:00

17 lines
505 B
C++

#ifndef _SLDRTWEAKGUI_SCANNABLEOBJECTDOWNLOADTIMES
#define _SLDRTWEAKGUI_SCANNABLEOBJECTDOWNLOADTIMES
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrTweakGui_ScannableObjectDownloadTimes {
SLdrTweakGui_ScannableObjectDownloadTimes();
~SLdrTweakGui_ScannableObjectDownloadTimes();
float fast;
float slow;
};
void LoadTypedefSLdrTweakGui_ScannableObjectDownloadTimes(SLdrTweakGui_ScannableObjectDownloadTimes&, CInputStream&);
#endif // _SLDRTWEAKGUI_SCANNABLEOBJECTDOWNLOADTIMES