- got rid of some editor-only code and the entire buildvfs header

Nearly all file write access now uses the FileWriter class, which is UTF-8-safe on all platforms - unlike stdio.
This commit is contained in:
Christoph Oelckers 2019-11-08 02:02:54 +01:00
parent 4fc56203c2
commit 9aa275f996
47 changed files with 37 additions and 922 deletions

View file

@ -17,8 +17,6 @@
#include "bitmap.h"
#include "../../glbackend/glbackend.h"
#include "vfs.h"
static int32_t curextra=MAXTILES;
#define MIN_CACHETIME_PRINT 10