SSBM Decomp
Loading...
Searching...
No Matches
grtgamewatch.h
Go to the documentation of this file.
1#ifndef _grtgamewatch_h_
2#define _grtgamewatch_h_
3
4#include <platform.h>
5
6#include "gr/forward.h"
7#include "lb/forward.h"
8#include <baselib/forward.h>
9
10#include <dolphin/mtx.h>
11
12void grTGameWatch_80224110(bool);
13void grTGameWatch_80224114(void);
16bool grTGameWatch_802241AC(void);
31bool grTGameWatch_802243EC(Vec3*, int, HSD_JObj*);
32
33#endif
bool grTGameWatch_80224328(Ground_GObj *)
Definition grtgamewatch.c:122
void grTGameWatch_802243E0(Ground_GObj *)
Definition grtgamewatch.c:158
void grTGameWatch_802243C0(Ground_GObj *)
Definition grtgamewatch.c:153
void grTGameWatch_80224364(Ground_GObj *)
Definition grtgamewatch.c:133
void grTGameWatch_80224114(void)
Definition grtgamewatch.c:46
void grTGameWatch_8022429C(Ground_GObj *)
Definition grtgamewatch.c:91
void grTGameWatch_80224330(Ground_GObj *)
Definition grtgamewatch.c:127
void grTGameWatch_802242D0(Ground_GObj *)
Definition grtgamewatch.c:102
void grTgamewatch_UnkStage0_OnLoad(void)
Definition grtgamewatch.c:60
bool grTGameWatch_802241AC(void)
Definition grtgamewatch.c:70
HSD_GObj * grTGameWatch_802241B4(int)
Definition grtgamewatch.c:75
bool grTGameWatch_802243EC(Vec3 *, int, HSD_JObj *)
Definition grtgamewatch.c:168
void grTGameWatch_80224368(Ground_GObj *)
Definition grtgamewatch.c:138
void grTgamewatch_UnkStage0_OnStart(void)
Definition grtgamewatch.c:65
bool grTGameWatch_802243B8(Ground_GObj *)
Definition grtgamewatch.c:148
void grTGameWatch_80224110(bool)
Definition grtgamewatch.c:41
DynamicsDesc * grTGameWatch_802243E4(enum_t)
Definition grtgamewatch.c:163
void grTGameWatch_802242D8(Ground_GObj *)
Definition grtgamewatch.c:112
void grTGameWatch_802242D4(Ground_GObj *)
Definition grtgamewatch.c:107
bool grTGameWatch_802242C8(Ground_GObj *)
Definition grtgamewatch.c:97
int enum_t
The underlying type of an enum, used as a placeholder.
Definition platform.h:9
Definition types.dox:1
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition jobj.h:107