mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
13 lines
247 B
C
13 lines
247 B
C
#ifndef NEOSTHREAD_H
|
|
#define NEOSTHREAD_H
|
|
|
|
#include "types.h"
|
|
#include "jaudio_NES/audiostruct.h"
|
|
|
|
extern u32 Neos_Update(s16* dst);
|
|
extern void ImageLoaded(u32 param);
|
|
extern BOOL Neos_CheckBoot(void);
|
|
extern void* neosproc(void* param);
|
|
|
|
#endif
|