mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-10 18:46:48 -04:00
link radio
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void Na_GetRadioCounter(void*);
|
||||
extern void Na_GetKappaCounter(void*);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
@@ -3,11 +3,17 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
typedef struct radio_ {
|
||||
/* 0x000 */ s8 unk0;
|
||||
/* 0x004 */ f32 unk4;
|
||||
/* 0x008 */ u16 tempo;
|
||||
} radio;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void Na_GetKappaCounter(void*);
|
||||
extern s16 Na_GetRadioCounter(radio* radio);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user