mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-09 10:30:47 +00:00
6 lines
118 B
C
6 lines
118 B
C
|
#pragma once
|
||
|
#include "fs_files.h"
|
||
|
|
||
|
using FileSys::FileReader;
|
||
|
using FileSys::FileWriter;
|
||
|
using FileSys::BufferWriter;
|