Subversion Repositories Kolibri OS

Rev

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

  1.  
  2. #include "system/boolean.h"
  3. #include "system/kolibri.h"
  4. #include "system/stdlib.h"
  5. #include "system/string.h"
  6. #include "system/ctype.h"
  7.  
  8. #include "globals.h"
  9.  
  10.  
  11. void init_board();
  12. void init_grid_sizes();
  13. void wnd_draw();
  14. void grid_to_pos(unsigned gx, unsigned gy, unsigned* x, unsigned* y);
  15. int pos_to_grid(unsigned x, unsigned y, int* gx, int* gy);
  16. int check();
  17.