summaryrefslogtreecommitdiff
path: root/include/speed_meter.h
blob: 57e5ea2f0a302b39438fc19fb34af3c493c01ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#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