From bececbff99bd2bb208a811c100c8f79ebbecc77d Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Thu, 26 Dec 2024 07:14:55 -0800 Subject: main OK (#234) * main OK * gSegments -> SegmentBaseAddress * newline * format --- include/graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/graph.h') diff --git a/include/graph.h b/include/graph.h index aa9c46b..fe4cc41 100644 --- a/include/graph.h +++ b/include/graph.h @@ -17,6 +17,6 @@ void func_800D3E40_jp(struct GraphicsContext *gfxCtx); // void graph_task_set00(); // void graph_draw_finish(); // void graph_main(); -// void graph_proc(); +void graph_proc(void* arg); #endif -- cgit v1.2.3