mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-09 12:05:56 -04:00
17 lines
171 B
C
17 lines
171 B
C
#ifndef RADIO_H
|
|
#define RADIO_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void Na_GetKappaCounter(void*);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif |