pandemonium_engine_minimal/drivers/unix/thread_posix.h

12 lines
191 B
C++

#ifndef THREAD_POSIX_H
#define THREAD_POSIX_H
/* thread_posix.h */
#if !defined(NO_THREADS)
void init_thread_posix();
#endif
#endif