- rewrote the screenshot code to use m_png as its backend.

Mainly to finally get rid of kplib. There's really no use to keep such code around if alternatives are already present.
This commit is contained in:
Christoph Oelckers 2019-11-02 12:59:59 +01:00
parent edcfad6e11
commit 8fb54b51c3
32 changed files with 163 additions and 990 deletions

View file

@ -11,7 +11,6 @@
#include "polymost.h"
#include "mdsprite.h"
#include "cache1d.h"
#include "kplib.h"
#include "palette.h"
#include "../../glbackend/glbackend.h"