Add half_edge.c for operations on half edge structures

This commit is contained in:
2014-05-10 19:16:39 +02:00
parent d90d6f4bd1
commit c5c6c8b89a
2 changed files with 34 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ endif
TARGET = drow-engine
HEADERS = err.h parser.h common.h print.h filereader.h gl_draw.h vector.h half_edge.h
OBJECTS = main.o parser.o print.o filereader.o gl_draw.o vector.o
OBJECTS = main.o parser.o print.o filereader.o gl_draw.o vector.o half_edge.o
INCS = -I.
CFLAGS += $(shell $(PKG_CONFIG) --cflags gl glu glib-2.0)