mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
18 lines
563 B
C++
18 lines
563 B
C++
#ifndef _SLDRTWEAKTARGETING_VULNERABILITYINDICATOR
|
|
#define _SLDRTWEAKTARGETING_VULNERABILITYINDICATOR
|
|
|
|
#include "Kyoto/Graphics/CColor.hpp"
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
struct SLdrTweakTargeting_VulnerabilityIndicator {
|
|
SLdrTweakTargeting_VulnerabilityIndicator();
|
|
~SLdrTweakTargeting_VulnerabilityIndicator();
|
|
|
|
float indicatorAngle;
|
|
CColor indicatorColor;
|
|
};
|
|
|
|
void LoadTypedefSLdrTweakTargeting_VulnerabilityIndicator(SLdrTweakTargeting_VulnerabilityIndicator&, CInputStream&);
|
|
|
|
#endif // _SLDRTWEAKTARGETING_VULNERABILITYINDICATOR
|