use lodepng for screenshots

This commit is contained in:
FunkyFr3sh 2018-11-12 06:31:02 +01:00
parent 68c01e2be3
commit 45ceb74df2
13 changed files with 8814 additions and 6448 deletions

View file

@ -4,7 +4,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_BUILD 4
#define VERSION_REVISION 2
#define VERSION_REVISION 3
#define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
#define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION)