and of course I forget to update ldforge.pro... or to test compile for that matter

Mon, 18 Mar 2013 12:24:16 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Mon, 18 Mar 2013 12:24:16 +0200
changeset 27
2ba799d294bc
parent 26
83184d9407c7
child 28
208adc847377

and of course I forget to update ldforge.pro... or to test compile for that matter

ldforge.pro file | annotate | diff | comparison | revisions
--- a/ldforge.pro	Mon Mar 18 12:20:48 2013 +0200
+++ b/ldforge.pro	Mon Mar 18 12:24:16 2013 +0200
@@ -11,9 +11,9 @@
 # Input
 HEADERS += bbox.h \
 	common.h \
-	draw.h \
+	gldraw.h \
 	gui.h \
-	io.h \
+	file.h \
 	ldtypes.h \
 	misc.h \
 	str.h \
@@ -22,9 +22,9 @@
 	zz_setContentsDialog.h
 
 SOURCES += bbox.cpp \
-	draw.cpp \
+	gldraw.cpp \
 	gui.cpp \
-	io.cpp \
+	file.cpp \
 	ldtypes.cpp \
 	main.cpp \
 	misc.cpp \

mercurial