diff --git a/ReflexToQ3/includes/mapparser.h b/ReflexToQ3/includes/mapparser.h index 9c08373..bd015c0 100644 --- a/ReflexToQ3/includes/mapparser.h +++ b/ReflexToQ3/includes/mapparser.h @@ -3,8 +3,6 @@ // Email: chronokun@hotmail.com // -#pragma once - #ifndef __MAPPARSER_H__ #define __MAPPARSER_H__ diff --git a/ReflexToQ3/includes/worldspawn.h b/ReflexToQ3/includes/worldspawn.h index 0774295..f873f70 100644 --- a/ReflexToQ3/includes/worldspawn.h +++ b/ReflexToQ3/includes/worldspawn.h @@ -3,11 +3,9 @@ // Email: chronokun@hotmail.com // -#pragma once -#include "libraries.h" #ifndef __WORLDSPAWN_H__ #define __WORLDSPAWN_H__ - +#include "libraries.h" struct TFace { float m_fXOffset;