mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-11 13:21:49 +00:00
8 lines
138 B
C
8 lines
138 B
C
|
#pragma once
|
||
|
#include "fs_filesystem.h"
|
||
|
|
||
|
using FileSys::FileSystem;
|
||
|
using FileSys::FResourceFile;
|
||
|
|
||
|
inline FileSys::FileSystem fileSystem;
|