mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2025-01-19 01:07:17 +01:00
12 lines
191 B
C++
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
|