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

17 lines
172 B
C

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