fix: build issue due to duplicates

This commit is contained in:
neoapps-dev 2026-04-19 18:02:10 +03:00
parent 73a89b80e1
commit 168fe6b862

View file

@ -158,8 +158,6 @@ private:
#endif
int GetRandomishTrack(int iStart,int iEnd);
void updateMiniAudio();
inline void getGameModeMusicID(Minecraft* pMinecraft, unsigned int i);
ma_engine m_engine;
ma_engine_config m_engineConfig;
@ -203,4 +201,4 @@ private:
#ifdef __ORBIS__
int32_t m_hBGMAudio;
#endif
};
};