mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 17:31:00 +00:00
- duplicate effects of gzdoom commit d9f03863bf
This commit is contained in:
parent
73c4c46d23
commit
f3cad8426c
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
|
#include <algorithm>
|
||||||
#include "widgets/lineedit/lineedit.h"
|
#include "widgets/lineedit/lineedit.h"
|
||||||
#include "core/utf8reader.h"
|
#include "core/utf8reader.h"
|
||||||
#include "core/colorf.h"
|
#include "core/colorf.h"
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <miniz.h>
|
#include <miniz.h>
|
||||||
#include "resourcefile.h"
|
#include "resourcefile.h"
|
||||||
#include "md5.hpp"
|
#include "md5.hpp"
|
||||||
|
@ -45,7 +46,7 @@
|
||||||
#include "wildcards.hpp"
|
#include "wildcards.hpp"
|
||||||
|
|
||||||
namespace FileSys {
|
namespace FileSys {
|
||||||
|
|
||||||
// this is for restricting shared file readers to the main thread.
|
// this is for restricting shared file readers to the main thread.
|
||||||
thread_local bool mainThread;
|
thread_local bool mainThread;
|
||||||
void SetMainThread()
|
void SetMainThread()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue