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

23 lines
259 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