gitextract_7lf2bp5s/ ├── .gitignore ├── CMakeLists.txt ├── Makefile ├── README.md ├── projects/ │ ├── VC6/ │ │ ├── SOIL.dsp │ │ └── SOIL.dsw │ ├── VC7.1/ │ │ ├── SOIL.sln │ │ └── SOIL.vcproj │ ├── VC8/ │ │ ├── SOIL.sln │ │ └── SOIL.vcproj │ ├── VC9/ │ │ ├── SOIL.sln │ │ └── SOIL.vcproj │ └── codeblocks/ │ └── SOIL.cbp ├── soil.html └── src/ ├── SOIL.c ├── SOIL.h ├── image_DXT.c ├── image_DXT.h ├── image_helper.c ├── image_helper.h ├── stb_image_aug.c ├── stb_image_aug.h ├── stbi_DDS_aug.h ├── stbi_DDS_aug_c.h └── test_SOIL.cpp