Project

General

Profile

Revision 978

added a draw_funcs.c/h, functions need to draw stuff should go there.
added a basic function used to draw robot with x, y, orientation.

View differences:

Makefile
1 1
# Add new files here
2 2
COMMON_SRCS :=
3 3
CORE_SRCS := main.c
4
GUI_SRCS := gtk_gui.c gtk_environment_view.c
4
GUI_SRCS := gtk_gui.c gtk_environment_view.c draw_funcs.c
5 5

  
6 6
CORE_DIR := core
7 7
GUI_DIR := gui

Also available in: Unified diff