mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update Pch.h
This commit is contained in:
parent
7596f44655
commit
2fb7aef885
13
r5dev/thirdparty/recast/Pch.h
vendored
13
r5dev/thirdparty/recast/Pch.h
vendored
@ -11,13 +11,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# include <io.h>
|
||||
#else // Linux, BSD, OSX
|
||||
# include <dirent.h>
|
||||
# include <cstring>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
@ -42,6 +35,12 @@
|
||||
|
||||
#ifdef WIN32
|
||||
# define snprintf _snprintf
|
||||
# define putenv _putenv
|
||||
# include "commdlg.h"
|
||||
# include <io.h>
|
||||
#else // Linux, BSD, OSX
|
||||
# include <dirent.h>
|
||||
# include <cstring>
|
||||
#endif
|
||||
|
||||
#include "NavEditor/Include/imgui.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user