summaryrefslogtreecommitdiff
path: root/include/graph.h
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-12-26 07:14:55 -0800
committerGitHub <noreply@github.com>2024-12-26 08:14:55 -0700
commitbececbff99bd2bb208a811c100c8f79ebbecc77d (patch)
treee2e3e00ac3d9aa866c727197e20c6f6b0201f24b /include/graph.h
parent60579a4260965c1de2e8a8f320fe9f8c3f5d2dde (diff)
main OK (#234)
* main OK * gSegments -> SegmentBaseAddress * newline * format
Diffstat (limited to 'include/graph.h')
-rw-r--r--include/graph.h2
1 files changed, 1 insertions, 1 deletions
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