Files
ac-decomp/include/jaudio_NES/playercall.h
T
2024-06-04 02:24:37 -04:00

17 lines
179 B
C

#ifndef PLAYERCALL_H
#define PLAYERCALL_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void ResetPlayerCallback(void);
#ifdef __cplusplus
}
#endif
#endif