Files
ac-decomp/include/jaudio_NES/neosthread.h
T
2024-06-04 17:26:57 -04:00

10 lines
143 B
C

#ifndef NEOSTHREAD_H
#define NEOSTHREAD_H
#include "types.h"
#include "jaudio_NES/audiostruct.h"
extern void* neosproc(void* param);
#endif