added libanim, and moved gph-cmath into libs/cgmath
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 10 Dec 2018 17:42:58 +0000 (19:42 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 10 Dec 2018 17:42:58 +0000 (19:42 +0200)
commit3c8a42c780f4fb7817badbc136f7312aa20dd5ef
tree3d91c2b14b9879ab930b41abb4dff8660baef032
parentb6c89d9ffbb08c5286448de4773290f0924a420b
added libanim, and moved gph-cmath into libs/cgmath
22 files changed:
libs/anim/GNUmakefile [new file with mode: 0644]
libs/anim/Makefile [new file with mode: 0644]
libs/anim/Makefile.dj [new file with mode: 0644]
libs/anim/src/anim.c [new file with mode: 0644]
libs/anim/src/anim.h [new file with mode: 0644]
libs/anim/src/config.h [new file with mode: 0644]
libs/anim/src/track.c [new file with mode: 0644]
libs/anim/src/track.h [new file with mode: 0644]
libs/cgmath/cgmath.h [new file with mode: 0644]
libs/cgmath/cgmmat.inl [new file with mode: 0644]
libs/cgmath/cgmmisc.inl [new file with mode: 0644]
libs/cgmath/cgmquat.inl [new file with mode: 0644]
libs/cgmath/cgmray.inl [new file with mode: 0644]
libs/cgmath/cgmvec3.inl [new file with mode: 0644]
libs/cgmath/cgmvec4.inl [new file with mode: 0644]
src/cgmath/cgmath.h [deleted file]
src/cgmath/cgmmat.inl [deleted file]
src/cgmath/cgmmisc.inl [deleted file]
src/cgmath/cgmquat.inl [deleted file]
src/cgmath/cgmray.inl [deleted file]
src/cgmath/cgmvec3.inl [deleted file]
src/cgmath/cgmvec4.inl [deleted file]