2023-08-09 23:45:58 +03:00
|
|
|
#ifndef _SLDRTWEAKTARGETING_SCAN
|
|
|
|
|
#define _SLDRTWEAKTARGETING_SCAN
|
|
|
|
|
|
|
|
|
|
#include "Kyoto/Graphics/CColor.hpp"
|
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
|
|
|
|
|
|
struct SLdrTweakTargeting_Scan {
|
|
|
|
|
SLdrTweakTargeting_Scan();
|
|
|
|
|
~SLdrTweakTargeting_Scan();
|
|
|
|
|
|
2023-08-11 22:35:54 +03:00
|
|
|
float scanLockScale;
|
|
|
|
|
float scanLockTransitionTime;
|
|
|
|
|
float scanLockTranslation;
|
2023-08-09 23:45:58 +03:00
|
|
|
CColor unknown;
|
2023-08-11 22:35:54 +03:00
|
|
|
CColor scanLockLockedColor;
|
|
|
|
|
CColor scanLockUnlockedColor;
|
2023-08-09 23:45:58 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
void LoadTypedefSLdrTweakTargeting_Scan(SLdrTweakTargeting_Scan&, CInputStream&);
|
|
|
|
|
|
|
|
|
|
#endif // _SLDRTWEAKTARGETING_SCAN
|