Lab5
 All Data Structures Functions Variables Groups
test5.h
1 #ifndef __TEST5_H
2 #define __TEST5_H
3 
22 void *test_init(unsigned short mode, unsigned short delay);
23 
36 int test_square(unsigned short x, unsigned short y, unsigned short size, unsigned long color);
37 
51 int test_line(unsigned short xi, unsigned short yi,
52  unsigned short xf, unsigned short yf, unsigned long color);
53 
65 int test_xpm(unsigned short xi, unsigned short yi, char *xpm[]);
66 
80 int test_move(unsigned short xi, unsigned short yi, char *xpm[], unsigned short hor, short delta, unsigned short time);
81 
82 
94 int test_controller();
95 
99 #endif /* __TEST5_H */