Project

General

Profile

Revision 997

Started on drawing robots in the right place.

View differences:

robot.h
35 35
int robot_create(char *execname);
36 36
int robot_destroy(int id);
37 37

  
38
void robot_iterator_reset(void);
39
Robot* robot_iterator_next(void);
40

  
38 41
#endif
39 42

  

Also available in: Unified diff