Files
tp/include/JSystem/J3DGraphLoader/J3DModelLoader.h
T

12 lines
208 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef J3DMODELLOADER_H
#define J3DMODELLOADER_H
#include "dolphin/types.h"
2021-10-11 09:38:53 -07:00
class J3DModelLoaderDataBase {
public:
/* 803346BC */ static void* load(void const*, u32);
2021-10-11 09:38:53 -07:00
};
2021-03-28 22:49:05 +02:00
#endif /* J3DMODELLOADER_H */