summaryrefslogtreecommitdiff
path: root/include/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/graph.h')
-rw-r--r--include/graph.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/include/graph.h b/include/graph.h
index fe4cc41..7873648 100644
--- a/include/graph.h
+++ b/include/graph.h
@@ -3,20 +3,18 @@
#include "ultra64.h"
+#include "fault.h"
+
struct GraphicsContext;
extern OSThread graphThread;
-// void func_800D38E0_jp();
-// void graph_setup_double_buffer();
-// void game_get_next_game_dlftbl();
-// void func_800D3C94_jp();
-// void graph_ct();
-// void graph_dt();
void func_800D3E14_jp(struct GraphicsContext *gfxCtx);
void func_800D3E40_jp(struct GraphicsContext *gfxCtx);
-// void graph_task_set00();
-// void graph_draw_finish();
-// void graph_main();
+
void graph_proc(void* arg);
+extern FaultClient sGraphFaultClient;
+extern FaultAddrConvClient sGraphFaultAddrConvClient;
+extern struct GraphicsContext graph_class;
+
#endif