diff options
Diffstat (limited to '')
-rw-r--r-- | source/Pawn.cpp (renamed from source/cPawn.cpp) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/cPawn.cpp b/source/Pawn.cpp index cecc19522..ae8133420 100644 --- a/source/cPawn.cpp +++ b/source/Pawn.cpp @@ -1,12 +1,12 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "cPawn.h" -#include "cRoot.h" -#include "cServer.h" -#include "cWorld.h" -#include "cPlayer.h" -#include "cPluginManager.h" +#include "Pawn.h" +#include "Root.h" +#include "Server.h" +#include "World.h" +#include "Player.h" +#include "PluginManager.h" #include "Vector3d.h" #include "BlockID.h" #include "Defines.h" |