mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
7fd7d0c1f3
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
9 lines
187 B
C
9 lines
187 B
C
#ifndef GFGEOMETRY_H
|
|
#define GFGEOMETRY_H
|
|
|
|
#include "dolphin/gx/GX.h"
|
|
|
|
void GFSetGenMode2(u8 param_0, u8 param_1, u8 param_2, u8 param_3, _GXCullMode param_4);
|
|
|
|
#endif /* GFGEOMETRY_H */
|