mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
a2636e84c3
* setup j3d classes * remove asm * fixes * fix newDifferedDisplayList
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 */
|