Work on d_a_mirror

This commit is contained in:
Tal Hayon
2023-06-30 19:29:50 +03:00
parent 7150d8e25d
commit bf7e686ef7
35 changed files with 497 additions and 784 deletions
+3
View File
@@ -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 */
+4
View File
@@ -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 */