[uLib Geometry]

non working version!

+ adds ProgrammableAccessor
+ renaming of some Image structures ...
This commit is contained in:
Andrea Rigoni
2014-11-03 10:27:52 +00:00
commit 99e771a223
403 changed files with 61684 additions and 0 deletions

15
tmp/c_vtable/Project.ede Normal file
View File

@@ -0,0 +1,15 @@
;; Object vtable
;; EDE Project Files are auto generated: Do Not Edit
(ede-proj-project "vtable"
:file "Project.ede"
:name "vtable"
:targets (list
(ede-proj-target-makefile-program "c"
:name "c"
:path ""
:source '("main.c" "Object.c" "Vector.c")
:auxsource '("Vector.h")
)
)
:makefile-type 'Makefile.am
)