Remove RadianToDegree macro from ModelTypes

We can remove two macros from RageMath which are only used in a single place.
This commit is contained in:
sukibaby
2024-08-07 00:58:18 -07:00
committed by teejusb
parent 5e00535522
commit 6a2de50101
3 changed files with 19 additions and 3 deletions
+2
View File
@@ -36,6 +36,8 @@ class AnimatedTexture
public:
AnimatedTexture();
~AnimatedTexture();
RageVector3 RadianToDegree(RageVector3 radian);
void LoadBlank();
void Load(const RString &sTexOrIniFile);