gui-loop.h 161 B

1234567891011
  1. #ifndef GUILOOP_H_GUARD_
  2. #define GUILOOP_H_GUARD_
  3. #define PUG_STATUS_SIZE 200
  4. void PUG_Init ( void );
  5. void PUG_Loop ( void );
  6. void PUG_Close ( void );
  7. #endif