mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
12 lines
208 B
C++
12 lines
208 B
C++
#ifndef J3DMODELLOADER_H
|
|
#define J3DMODELLOADER_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class J3DModelLoaderDataBase {
|
|
public:
|
|
/* 803346BC */ static void* load(void const*, u32);
|
|
};
|
|
|
|
#endif /* J3DMODELLOADER_H */
|