mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-01 01:08:51 -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
|