mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 23:44:28 -04:00
Fix MSVC compiler and linker errors
- Fix struct/class forward declaration mismatches (JAIAudience, JASTrack) causing different MSVC mangled names and unresolved symbols - Add jsystem_stubs.cpp with stubs for JASHeap, JASVoiceBank, J3DShapeTable, JAUSection, JHICommBuf, HIO/HIO2, JOR
This commit is contained in:
@@ -435,7 +435,7 @@ void daWdStick_c::mode_proc_roll() {
|
||||
bgCheck();
|
||||
}
|
||||
|
||||
f32 dummyLiteral() { return 100.0f; }
|
||||
static f32 dummyLiteral() { return 100.0f; }
|
||||
|
||||
BOOL daWdStick_c::chkWaterLineIn() {
|
||||
return mAcch.m_wtr.GetHeight() > current.pos.y + 40.0f;
|
||||
|
||||
Reference in New Issue
Block a user