From 048a57890a5fbb0320d1f2de35728430c88c667f Mon Sep 17 00:00:00 2001 From: _ <_> Date: Wed, 18 Apr 2018 22:05:36 -0700 Subject: [PATCH] Added readme file --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..808cf2b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# lib3ddevil1 +A C library for handling Devil May Cry 1 HD Collection PC file formats. + + +#### Build Demos +Run `make` + + +#### 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](https://github.com/Kerilk/dmc_hd_tools). \ No newline at end of file