pandemonium_engine_minimal/drivers/unix/thread_posix.h

12 lines
191 B
C++
Raw Normal View History

2023-12-14 21:54:22 +01:00
#ifndef THREAD_POSIX_H
#define THREAD_POSIX_H
2023-12-14 21:54:22 +01:00
/* thread_posix.h */
2023-12-14 21:54:22 +01:00
#if !defined(NO_THREADS)
void init_thread_posix();
#endif
#endif