mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- 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:
parent
4fc56203c2
commit
9aa275f996
47 changed files with 37 additions and 922 deletions
|
@ -11,8 +11,6 @@
|
|||
#include "compat.h"
|
||||
#include "cache1d.h"
|
||||
|
||||
#include "vfs.h"
|
||||
|
||||
|
||||
#define ISWS(x) ((x == ' ') || (x == '\t') || (x == '\r') || (x == '\n'))
|
||||
static inline void skipoverws(scriptfile *sf) { if ((sf->textptr < sf->eof) && (!sf->textptr[0])) sf->textptr++; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue