Files
ac-decomp/include/jaudio_NES/staff.h
T
2023-12-24 10:50:45 +01:00

23 lines
261 B
C

#ifndef STAFF_H
#define STAFF_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct staff_roll_info_s{
s16 unk0;
int unk4;
f64 unk8;
}StaffRoll;
extern void Na_GetStaffRollInfo(void*);
#ifdef __cplusplus
}
#endif
#endif