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