author | John Tsiombikas <nuclear@member.fsf.org> | |
Sun, 26 Dec 2021 23:40:29 +0000 (01:40 +0200) | ||
committer | John Tsiombikas <nuclear@member.fsf.org> | |
Sun, 26 Dec 2021 23:40:29 +0000 (01:40 +0200) | ||
commit | fca3f24e31b3bbbe81ce0ef00da901480a2a92cc | |
tree | 3edec7e5fbf727decc01221b3bd5c1f02f1a7449 | tree | snapshot |
parent | e808f24e718ba3eae01b20dc3dc9e1526fd20871 | commit | diff |
Makefile | diff | blob | history | |
Makefile.android | diff | blob | history | |
libs/Makefile | diff | blob | history | |
libs/anim/COPYING | [new file with mode: 0644] | blob |
libs/anim/COPYING.LESSER | [new file with mode: 0644] | blob |
libs/anim/Makefile | [new file with mode: 0644] | blob |
libs/anim/README.md | [new file with mode: 0644] | blob |
libs/anim/anim.c | [new file with mode: 0644] | blob |
libs/anim/anim.h | [new file with mode: 0644] | blob |
libs/anim/config.h | [new file with mode: 0644] | blob |
libs/anim/dynarr.c | [new file with mode: 0644] | blob |
libs/anim/dynarr.h | [new file with mode: 0644] | blob |
libs/anim/track.c | [new file with mode: 0644] | blob |
libs/anim/track.h | [new file with mode: 0644] | blob |
libs/cgmath/LICENSE | [new file with mode: 0644] | blob |
libs/cgmath/README.md | [new file with mode: 0644] | blob |
libs/cgmath/cgmath.h | [new file with mode: 0644] | blob |
libs/cgmath/cgmmat.inl | [new file with mode: 0644] | blob |
libs/cgmath/cgmmisc.inl | [new file with mode: 0644] | blob |
libs/cgmath/cgmquat.inl | [new file with mode: 0644] | blob |
libs/cgmath/cgmray.inl | [new file with mode: 0644] | blob |
libs/cgmath/cgmvec3.inl | [new file with mode: 0644] | blob |
libs/cgmath/cgmvec4.inl | [new file with mode: 0644] | blob |
libs/psys/Makefile | [new file with mode: 0644] | blob |
libs/psys/pattr.c | [new file with mode: 0644] | blob |
libs/psys/pattr.h | [new file with mode: 0644] | blob |
libs/psys/pstrack.c | [new file with mode: 0644] | blob |
libs/psys/pstrack.h | [new file with mode: 0644] | blob |
libs/psys/psys.c | [new file with mode: 0644] | blob |
libs/psys/psys.h | [new file with mode: 0644] | blob |
libs/psys/rndval.c | [new file with mode: 0644] | blob |
libs/psys/rndval.h | [new file with mode: 0644] | blob |