link radio

This commit is contained in:
Prakxo
2024-06-07 20:01:51 +02:00
parent b25c5d38b2
commit 14380e22b1
5 changed files with 55 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
extern "C" {
#endif
extern void Na_GetRadioCounter(void*);
extern void Na_GetKappaCounter(void*);
#ifdef __cplusplus
}
+7 -1
View File
@@ -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
}