mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
create headers for GF
This commit is contained in:
+1
-2
@@ -12,6 +12,7 @@
|
||||
#include "d/d_procname.h"
|
||||
#include "d/d_s_play.h"
|
||||
#include "d/d_stage.h"
|
||||
#include "dolphin/gf/GFPixel.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "f_op/f_op_camera_mng.h"
|
||||
#include "f_op/f_op_kankyo.h"
|
||||
@@ -3151,8 +3152,6 @@ void dKy_GxFog_tevstr_set(dKy_tevstr_c* pTevStr) {
|
||||
GxXFog_set();
|
||||
}
|
||||
|
||||
extern void GFSetFog(GXFogType type, f32 startZ, f32 endZ, f32 nearZ, f32 farZ, GXColor color);
|
||||
|
||||
/* 80196C5C-80196D04 .text dKy_GfFog_tevstr_set__FP12dKy_tevstr_c */
|
||||
void dKy_GfFog_tevstr_set(dKy_tevstr_c* pTevStr) {
|
||||
f32 near = 1.0f;
|
||||
|
||||
Reference in New Issue
Block a user