Files
ac-decomp/include/jaudio_NES/kappa.h
T
2023-07-19 17:30:53 +02:00

17 lines
171 B
C

#ifndef KAPPA_H
#define KAPPA_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void Na_GetRadioCounter(void*);
#ifdef __cplusplus
}
#endif
#endif