#ifndef TRK_MAINLOOP #define TRK_MAINLOOP #include "types.h" #ifdef __cplusplus extern "C" { #endif void TRKNubMainLoop(void); #ifdef __cplusplus } #endif #endif