twali_screen.h 163 B

123456789101112131415
  1. #ifndef TWALI_SYSTEM_H_INCLUDED
  2. #define TWALI_SYSTEM_H_INCLUDED
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. struct twali_screen
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif