mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
17 lines
505 B
C++
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
|