d_a_Obj_Gryw00 nonmatching start

This commit is contained in:
Jasper St. Pierre
2023-09-10 12:14:15 -07:00
parent a4c20f5136
commit aa738135ed
46 changed files with 5145 additions and 43 deletions
@@ -0,0 +1,11 @@
#ifndef J3DMODELLOADER_H
#define J3DMODELLOADER_H
#include "dolphin/types.h"
class J3DModelLoaderDataBase {
public:
/* 803346BC */ static void* load(void const*, u32);
};
#endif /* J3DMODELLOADER_H */