mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
a2636e84c3
* setup j3d classes * remove asm * fixes * fix newDifferedDisplayList
11 lines
196 B
C
11 lines
196 B
C
#ifndef J3DCLUSTERLOADER_H
|
|
#define J3DCLUSTERLOADER_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
struct J3DClusterLoaderDataBase {
|
|
/* 80334130 */ void load(void const*);
|
|
};
|
|
|
|
#endif /* J3DCLUSTERLOADER_H */
|