Go to file
2018-04-25 14:57:33 -07:00
demo Merged a/iosanitycheck into master 2018-04-19 16:08:36 -07:00
docs Added missing description for printcoordinate() 2018-04-25 05:06:09 -07:00
include Merged a/iosanitycheck into master 2018-04-19 16:08:36 -07:00
src Merged a/iosanitycheck into master 2018-04-19 16:08:36 -07:00
.gitignore Split main into separate demos 2018-04-17 23:47:08 -07:00
LICENSE Added LGPL license 2018-04-10 14:27:03 -07:00
Makefile Added -Wall to flags and moved devil1geo.o to main directory 2018-04-19 05:19:38 -07:00
README.md Adjustment on readme on building 2018-04-21 04:29:13 -07:00

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.