Skip to content

Commit 4fa498a

Browse files
committed
Common/FSMacros.hpp: fix typo
xrEProps: update pch
1 parent c90c143 commit 4fa498a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/Common/FSMacros.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define _game_sounds_ "$game_sounds$"
88
#define _game_meshes_ "$game_meshes$"
99
#define _game_shaders_ "$game_shaders$"
10-
#define _game_config_ "$game_congif$"
10+
#define _game_config_ "$game_config$"
1111

1212
// editor path definition
1313
#define _server_root_ "$server_root$"

src/editors/xrECore/Props/TextEdit.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "pch.hpp"
22

3-
#include <msclr/marshal.h>
4-
53
#include "TextEdit.h"
64

75
namespace XRay

src/editors/xrECore/pch.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
#include "Common/Common.hpp"
44
#include "Common/FSMacros.hpp"
55
#include "xrCore/xrCore.h"
6+
7+
#include "xrServerEntities/xrEProps.h"
8+
9+
#include <msclr/marshal.h>

0 commit comments

Comments
 (0)