Files

17 lines
339 B
C++
Raw Permalink Normal View History

#ifndef _SLDRVISORPARAMETERS
#define _SLDRVISORPARAMETERS
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrVisorParameters {
SLdrVisorParameters();
~SLdrVisorParameters();
2023-08-11 22:35:54 +03:00
bool scanThrough;
int visorFlags;
};
void LoadTypedefSLdrVisorParameters(SLdrVisorParameters&, CInputStream&);
#endif // _SLDRVISORPARAMETERS