mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
c863d78132
* m_start_data_init * Fix NPC, m,atch last func * Rebased * Rebased * Update struct names * PR --------- Co-authored-by: Maide <you@example.com>
25 lines
684 B
C
25 lines
684 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();
|
|
|
|
#endif
|