mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
981cfe7283
* TRK full match * remove trk asm * ar done * cleanup some dolphin headers * more dolphin cleanup * cleanup / GD fully matched * almost all of GX fully matched * GX / Mtx full matched * most of OS done * pad done * most of VI * remove asm * forgot couple vec funcs * couple JUtility matches
9 lines
184 B
C
9 lines
184 B
C
#ifndef GFGEOMETRY_H
|
|
#define GFGEOMETRY_H
|
|
|
|
#include "dolphin/gx.h"
|
|
|
|
void GFSetGenMode2(u8 param_0, u8 param_1, u8 param_2, u8 param_3, _GXCullMode param_4);
|
|
|
|
#endif /* GFGEOMETRY_H */
|