Skip to content

Commit

Permalink
Common/FSMacros.hpp: fix typo
Browse files Browse the repository at this point in the history
xrEProps: update pch
  • Loading branch information
Xottab-DUTY committed Mar 4, 2018
1 parent c90c143 commit 4fa498a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Common/FSMacros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _game_sounds_ "$game_sounds$"
#define _game_meshes_ "$game_meshes$"
#define _game_shaders_ "$game_shaders$"
#define _game_config_ "$game_congif$"
#define _game_config_ "$game_config$"

// editor path definition
#define _server_root_ "$server_root$"
Expand Down
2 changes: 0 additions & 2 deletions src/editors/xrECore/Props/TextEdit.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "pch.hpp"

#include <msclr/marshal.h>

#include "TextEdit.h"

namespace XRay
Expand Down
4 changes: 4 additions & 0 deletions src/editors/xrECore/pch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
#include "Common/Common.hpp"
#include "Common/FSMacros.hpp"
#include "xrCore/xrCore.h"

#include "xrServerEntities/xrEProps.h"

#include <msclr/marshal.h>

0 comments on commit 4fa498a

Please sign in to comment.