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:136
void grTGameWatch_802243E0(Ground_GObj *)
Definition grtgamewatch.c:172
void grTGameWatch_802243C0(Ground_GObj *)
Definition grtgamewatch.c:167
void grTGameWatch_80224364(Ground_GObj *)
Definition grtgamewatch.c:147
void grTGameWatch_80224114(void)
Definition grtgamewatch.c:45
void grTGameWatch_8022429C(Ground_GObj *)
Definition grtgamewatch.c:105
void grTGameWatch_80224330(Ground_GObj *)
Definition grtgamewatch.c:141
void grTGameWatch_802242D0(Ground_GObj *)
Definition grtgamewatch.c:116
void grTgamewatch_UnkStage0_OnLoad(void)
Definition grtgamewatch.c:59
bool grTGameWatch_802241AC(void)
Definition grtgamewatch.c:69
HSD_GObj * grTGameWatch_802241B4(int)
Definition grtgamewatch.c:74
bool grTGameWatch_802243EC(Vec3 *, int, HSD_JObj *)
Definition grtgamewatch.c:182
void grTGameWatch_80224368(Ground_GObj *)
Definition grtgamewatch.c:152
void grTgamewatch_UnkStage0_OnStart(void)
Definition grtgamewatch.c:64
bool grTGameWatch_802243B8(Ground_GObj *)
Definition grtgamewatch.c:162
void grTGameWatch_80224110(bool)
Definition grtgamewatch.c:40
DynamicsDesc * grTGameWatch_802243E4(enum_t)
Definition grtgamewatch.c:177
void grTGameWatch_802242D8(Ground_GObj *)
Definition grtgamewatch.c:126
void grTGameWatch_802242D4(Ground_GObj *)
Definition grtgamewatch.c:121
bool grTGameWatch_802242C8(Ground_GObj *)
Definition grtgamewatch.c:111
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