mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +05:30
bindings | ||
demo | ||
docs | ||
include | ||
src | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
lib3ddevil1
A C library for handling Devil May Cry 1 HD Collection PC file formats.
Build
Run make
to build demos.
Include the appropriate files in your build system. Reference the Makefile for an example of building with GCC.
Compiler(s)
Developed and tested with the following compilers.
- mingw-w64, GCC 6.4.0
- gcc version 7.1.1 20170528
Based on Kerilk's binary templates.
The upstream repository can be found at this link.