implemented vectors
This commit is contained in:
parent
1dd1049bba
commit
0330027bff
4 changed files with 103 additions and 1 deletions
3
makefile
3
makefile
|
|
@ -5,7 +5,8 @@ include config.mk
|
|||
SRC:=\
|
||||
topaz.c\
|
||||
linear.c\
|
||||
core/arena.c
|
||||
core/arena.c\
|
||||
core/vector.c
|
||||
|
||||
ifeq (${BACKEND},gl)
|
||||
SRC += gl/gl.c\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue