diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-12-26 07:14:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 08:14:55 -0700 |
| commit | bececbff99bd2bb208a811c100c8f79ebbecc77d (patch) | |
| tree | e2e3e00ac3d9aa866c727197e20c6f6b0201f24b /include/graph.h | |
| parent | 60579a4260965c1de2e8a8f320fe9f8c3f5d2dde (diff) | |
main OK (#234)
* main OK
* gSegments -> SegmentBaseAddress
* newline
* format
Diffstat (limited to 'include/graph.h')
| -rw-r--r-- | include/graph.h | 2 |
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 |
