Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / simulator / gui / draw_funcs.h @ 978

History | View | Annotate | Download (232 Bytes)

1 978 sfeng
#ifndef __DRAW_FUNCS_H
2
#define __DRAW_FUNCS_H
3
4
#include <gtk/gtk.h>
5
6
#define PI                                                3.14159
7
#define ROBOT_DIAMETER                        50
8
#define FULL_CIR                                23040
9
10
void draw_robot(GdkDrawable* drawable, GdkGC* gc, int x, int y, int angle);
11
12
#endif