Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef RS_GDRAW_H
  2. #define RS_GDRAW_H
  3.  
  4. #include "rsgame.h"
  5.  
  6. void game_draw();
  7. void game_loader_draw_mainthread();
  8.  
  9.  
  10. #endif
  11.