mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
12 lines
200 B
C++
12 lines
200 B
C++
#ifndef J3DMODELLOADER_H
|
|
#define J3DMODELLOADER_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class J3DModelLoaderDataBase {
|
|
public:
|
|
/* 803346BC */ void load(void const*, u32);
|
|
};
|
|
|
|
#endif /* J3DMODELLOADER_H */
|