Go to file
2018-05-15 17:35:24 -07:00
bindings Fixed importing from external directory 2018-05-15 17:35:24 -07:00
demo Fixed segmentation fault by clarifying pointer of pointer 2018-04-23 17:43:04 -07:00
include Fixed segmentation fault by clarifying pointer of pointer 2018-04-23 17:43:04 -07:00
src Fixed segmentation fault by clarifying pointer of pointer 2018-04-23 17:43:04 -07:00
.gitignore Add __init__.py to bindings 2018-04-22 14:59:30 -07:00
LICENSE Added LGPL license 2018-04-10 14:27:03 -07:00
Makefile Add *.gch to make clean recipe 2018-04-23 18:57:57 -07:00
README.md Added readme file 2018-04-18 22:05:36 -07:00

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.