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

9 lines
92 B
C

#ifndef DSPBOOT_H
#define DSPBOOT_H
#include "types.h"
extern void DspBoot(void);
#endif