Files
ac-decomp/include/jaudio_NES/kappa.h
T
2024-02-28 12:57:28 -08:00

17 lines
169 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