mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
9 lines
92 B
C
9 lines
92 B
C
#ifndef DSPBOOT_H
|
|
#define DSPBOOT_H
|
|
|
|
#include "types.h"
|
|
|
|
extern void DspBoot(void);
|
|
|
|
#endif
|