mirror of
https://github.com/zeldaret/ss
synced 2026-06-04 10:48:38 -04:00
Splits WIP
This commit is contained in:
@@ -17,6 +17,10 @@ ArcCallbackHandler ArcCallbackHandler::sInstance;
|
||||
#define NAME_OARC 'oarc'
|
||||
#define NAME_RARC 'rarc'
|
||||
|
||||
u32 ArcCallbackHandlerCreate(u32) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void BindSystemModelsAndLighting(nw4r::g3d::ResFile file) {
|
||||
nw4r::g3d::ResFile sysFile(OarcManager::GetInstance()->getMdlFromArc2("System"));
|
||||
if (sysFile.IsValid()) {
|
||||
|
||||
Reference in New Issue
Block a user