#if 0 #include "defs.h" /*->playnote.h (u8)*/ #include "inst.h" /*->playnote.h (SampleInfo)*/ #endif typedef struct { u8 note; u8 ins; u8 vol; u8 cmd; u8 info; } Note; #include "playnote.h_"