summaryrefslogtreecommitdiff
path: root/include/functions.h
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-04-06 10:23:06 -0700
committerGitHub <noreply@github.com>2024-04-06 10:23:06 -0700
commite3ce14c932b80e5ed4c7680cb9dd9f638d739541 (patch)
tree0bca0376b6b8000c83bcaa6b50da17927bcec84c /include/functions.h
parent47d43f2fa1b0a35b02a1186fb94e5bd227c92219 (diff)
Misc Clean (#1602)
* thiefbird * eff_ss_dead * PreRender_AntiAliasFilterPixel tmp -> invCvg * Skin_InitAnimatedLimb * gfxalloc * loadfragment * loadfragment strings
Diffstat (limited to 'include/functions.h')
-rw-r--r--include/functions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/functions.h b/include/functions.h
index 8e819af55..e15b2bcab 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -576,9 +576,9 @@ void Graph_UpdateGame(GameState* gameState);
void Graph_ExecuteAndDraw(GraphicsContext* gfxCtx, GameState* gameState);
void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState);
void Graph_ThreadEntry(void* arg);
-Gfx* Graph_GfxPlusOne(Gfx* gfx);
-Gfx* Graph_BranchDlist(Gfx* gfx, Gfx* dst);
-void* Graph_DlistAlloc(Gfx** gfx, size_t size);
+Gfx* Gfx_Open(Gfx* gfx);
+Gfx* Gfx_Close(Gfx* gfx, Gfx* dst);
+void* Gfx_Alloc(Gfx** gfxP, size_t size);
void Mtx_SetTranslateScaleMtx(Mtx* mtx, f32 scaleX, f32 scaleY, f32 scaleZ, f32 translateX, f32 translateY, f32 translateZ);
void Mtx_SetRotationMtx(Mtx* mtx, s32 angle, f32 axisX, f32 axisY, f32 axisZ);