added counting active API threads
[rocksndiamonds.git] / src / libgame / system.h
index c07ab82298cb38cfe8da9947a6af06041c748da8..11c88762ff96f9fbd2dd275050b57fd1bbe25d9d 100644 (file)
@@ -1023,6 +1023,8 @@ struct ProgramInfo
   void (*exit_message_function)(char *, va_list);
   void (*exit_function)(int);
 
+  int api_thread_count;
+
   boolean headless;
 };