mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
12 lines
162 B
C++
12 lines
162 B
C++
|
|
/* detect_prime.h */
|
|
|
|
|
|
#ifdef X11_ENABLED
|
|
#if defined(OPENGL_ENABLED)
|
|
|
|
int detect_prime();
|
|
|
|
#endif
|
|
#endif
|