mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-30 15:27:01 +00:00
fix: build issue due to duplicates
This commit is contained in:
parent
73a89b80e1
commit
168fe6b862
|
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue