diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-16 23:06:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-17 01:06:28 -0300 |
| commit | a7aac0753dc2b603d61667931a887d620c4b486b (patch) | |
| tree | 124270d7eb2277972da98f46925db459dc660440 /include/functions.h | |
| parent | 60a64d402fadabf7dd1ec0c52a9dc1351e3d0015 (diff) | |
torch update, ast_area_6 and ast_vs_player, new names (#169)
* split up
* format
* torch
* headers
* just keep going
* torch
* names and such
* format
* remove headers
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/functions.h b/include/functions.h index d993d3ba..6844c192 100644 --- a/include/functions.h +++ b/include/functions.h @@ -136,7 +136,7 @@ s32 func_8005F9DC(Vec3f*); // fox_enmy void func_80060714(s32 ); void func_8006089C(u8 ); -void func_80060968(void); +void TexturedLine_Draw(void); void func_80060D94(s32); void func_80060F30(f32* , u32 , s32 ); void Object_Kill(Object*, f32*); @@ -204,8 +204,8 @@ void Object_80_Update(Object_80*); void Object_4C_Update(Object_4C*); void Item_Update(Item*); void Effect_Update(Effect*); -void func_8006A06C(UnkEntity30*); -void func_8006A38C(void); +void TexturedLine_Update(TexturedLine*); +void TexturedLine_UpdateAll(void); void Object_UpdateAll(void); //fox_6B3B0 |
