SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
iftime.h
Go to the documentation of this file.
1
#ifndef MELEE_IF_TIME_H
2
#define MELEE_IF_TIME_H
3
4
#include <
sysdolphin/baselib/forward.h
>
5
6
/* 2F3AE8 */
void
ifTime_SetTime
(
HSD_JObj
*,
int
,
int
);
7
/* 2F405C */
void
ifTime_HideTimers
(
void
);
8
/* 2F40B8 */
void
ifTime_ShowTimers
(
void
);
9
/* 2F4144 */
int
ifTime_GetCountdownSeconds
(
void
);
10
/* 2F4194 */
void
ifTime_UpdateCountdown
(
HSD_GObj
*);
11
/* 2F4248 */
void
ifTime_FreeCountdown
(
void
);
12
/* 2F428C */
void
ifTime_UpdateTimers
(
HSD_GObj
*);
13
/* 2F446C */
void
ifTime_CreateTimers
(
void
);
14
/* 2F480C */
void
ifTime_Reset
(
void
);
15
/* 2F483C */
void
ifTime_FreeTimers
(
void
);
16
/* 2F4898 */
bool
ifTime_IsTimerHidden
(
void
);
17
18
#endif
ifTime_UpdateCountdown
void ifTime_UpdateCountdown(HSD_GObj *)
Definition
iftime.c:168
ifTime_FreeCountdown
void ifTime_FreeCountdown(void)
Definition
iftime.c:183
ifTime_UpdateTimers
void ifTime_UpdateTimers(HSD_GObj *)
Definition
iftime.c:192
ifTime_Reset
void ifTime_Reset(void)
Definition
iftime.c:276
ifTime_ShowTimers
void ifTime_ShowTimers(void)
Definition
iftime.c:132
ifTime_IsTimerHidden
bool ifTime_IsTimerHidden(void)
Definition
iftime.c:295
ifTime_FreeTimers
void ifTime_FreeTimers(void)
Definition
iftime.c:282
ifTime_HideTimers
void ifTime_HideTimers(void)
Definition
iftime.c:120
ifTime_GetCountdownSeconds
int ifTime_GetCountdownSeconds(void)
Definition
iftime.c:148
ifTime_SetTime
void ifTime_SetTime(HSD_JObj *, int, int)
Definition
iftime.c:67
ifTime_CreateTimers
void ifTime_CreateTimers(void)
Definition
iftime.c:229
HSD_GObj
Definition
gobj.h:13
HSD_JObj
Definition
jobj.h:104
forward.h
src
melee
if
iftime.h
Generated by
1.17.0