mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
10 lines
214 B
C
10 lines
214 B
C
#ifndef GFGEOMETRY_H
|
|
#define GFGEOMETRY_H
|
|
|
|
#include "dolphin/types.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 */
|