replace shorts with MxS16/MxU16/undefined2

This commit is contained in:
itsmattkc
2023-07-02 02:07:11 -07:00
parent 5d099115fe
commit 8fa45bbe0f
14 changed files with 31 additions and 28 deletions

View File

@@ -95,7 +95,7 @@ private:
};
__declspec(dllexport) MxBackgroundAudioManager * BackgroundAudioManager();
__declspec(dllexport) MxDSObject * CreateStreamObject(MxDSFile *,short);
__declspec(dllexport) MxDSObject * CreateStreamObject(MxDSFile *,MxS16);
__declspec(dllexport) LegoGameState * GameState();
__declspec(dllexport) const char * GetNoCD_SourceName();
__declspec(dllexport) LegoInputManager * InputManager();