added info to bin2h

This commit is contained in:
cuckydev 2019-01-20 18:02:31 -05:00
parent 4c752e08ce
commit ace79d13f1

View file

@ -1,3 +1,6 @@
//Bin2h by Cucky
//Converts files to the .h's expected by Cave Story Engine for resources.
#include <stdio.h> #include <stdio.h>
#include <string> #include <string>
#include <string.h> #include <string.h>