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