mirror of
https://github.com/zeldaret/tp
synced 2026-08-21 14:37:49 -04:00
Work on d_a_mirror
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
#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 */
|
||||
|
||||
@@ -2,5 +2,9 @@
|
||||
#define GFLIGHT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
#include "dolphin/gx/GXStruct.h"
|
||||
|
||||
void GFSetChanAmbColor(_GXChannelID param_0, _GXColor param_1);
|
||||
|
||||
#endif /* GFLIGHT_H */
|
||||
|
||||
Reference in New Issue
Block a user