mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
f319c81250
* graph_proc * game_get_next_game_dlftbl * graph_ct * func_800D38E0_jp * func_800D3C94_jp * graph_dt * graph_main * graph_setup_double_buffer * graph_task_set00 WIP * graph_draw_finish * func_800D3E40_jp * func_800D3E14_jp * Some cleanup * Fix m2ctx.py * graph_task_set00
25 lines
685 B
C
25 lines
685 B
C
#ifndef SPEED_METER_H
|
|
#define SPEED_METER_H
|
|
|
|
#include "ultra64.h"
|
|
#include "unk.h"
|
|
|
|
struct Game;
|
|
struct GraphicsContext;
|
|
|
|
typedef struct struct_80145020_jp {
|
|
/* 0x00 */ UNK_TYPE1 unk_00[0x20];
|
|
} struct_80145020_jp; // size <= 0x20
|
|
|
|
// void func_800D88A0_jp();
|
|
void func_800D88B0_jp(struct_80145020_jp *arg0);
|
|
void func_800D88D4_jp(struct_80145020_jp *arg0);
|
|
void func_800D88E0_jp(struct_80145020_jp *arg0);
|
|
void func_800D8A54_jp(struct_80145020_jp *arg0, struct GraphicsContext* gfxCtx);
|
|
// void func_800D8DD4_jp();
|
|
// void func_800D8E18_jp();
|
|
void func_800D9018_jp(struct_80145020_jp *arg0, struct GraphicsContext* gfxCtx, struct Game *game);
|
|
void func_800D93F4_jp(void);
|
|
|
|
#endif
|