Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

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