mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 21:26:08 +00:00
@@ -8,6 +8,7 @@ public:
|
||||
float GetRelativeValue() const { return x0_relative; }
|
||||
void SetAbsoluteValue(float val) { x4_absolute = val; }
|
||||
float GetAbsoluteValue() const { return x4_absolute; }
|
||||
|
||||
public:
|
||||
float x0_relative;
|
||||
float x4_absolute;
|
||||
|
||||
Reference in New Issue
Block a user