mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -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:
@@ -116,7 +116,7 @@ static int l_bmdData[2][2] = {
|
||||
{11, 1}, {5, 2},
|
||||
};
|
||||
|
||||
daNpcT_evtData_c l_evtList[15] = {
|
||||
static daNpcT_evtData_c l_evtList[15] = {
|
||||
{"", 0},
|
||||
{"DEFAULT_GETITEM", 0},
|
||||
{"NO_RESPONSE", 0},
|
||||
|
||||
Reference in New Issue
Block a user