mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- cleaned out the remaining wrappers from cache1d.h and use the file system directly instead.
This commit is contained in:
parent
30cbcb54b1
commit
0342b96335
24 changed files with 34 additions and 49 deletions
|
@ -9,7 +9,7 @@
|
|||
#include "scriptfile.h"
|
||||
#include "baselayer.h"
|
||||
#include "compat.h"
|
||||
#include "cache1d.h"
|
||||
#include "filesystem/filesystem.h"
|
||||
|
||||
|
||||
#define ISWS(x) ((x == ' ') || (x == '\t') || (x == '\r') || (x == '\n'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue