started adding the imago library, not done
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 26 Aug 2016 02:49:56 +0000 (05:49 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 26 Aug 2016 02:49:56 +0000 (05:49 +0300)
commita62aa00653ec7ba7b57dca7dabbce30f4f84edd9
tree1e7bc8220f6a28934c3f10d69fd30eae549b8ac4
parent77c1d84c258ca14e1bba06ab711426668ff24290
started adding the imago library, not done
16 files changed:
libs/imago/COPYING [new file with mode: 0644]
libs/imago/COPYING.LESSER [new file with mode: 0644]
libs/imago/README.rst [new file with mode: 0644]
libs/imago/src/conv.c [new file with mode: 0644]
libs/imago/src/file_jpeg.c [new file with mode: 0644]
libs/imago/src/file_png.c [new file with mode: 0644]
libs/imago/src/file_ppm.c [new file with mode: 0644]
libs/imago/src/file_rgbe.c [new file with mode: 0644]
libs/imago/src/file_tga.c [new file with mode: 0644]
libs/imago/src/ftype_module.c [new file with mode: 0644]
libs/imago/src/ftype_module.h [new file with mode: 0644]
libs/imago/src/imago2.c [new file with mode: 0644]
libs/imago/src/imago2.h [new file with mode: 0644]
libs/imago/src/imago_gl.c [new file with mode: 0644]
libs/imago/src/modules.c [new file with mode: 0644]
src/dos/main.c