mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-20 09:07:14 +02:00
Use pragma once instead of macro guards.
This commit is contained in:
module
Base
AABB.hppBuffer.hppCircle.hppColor3.hppColor4.hppDynArg.hppQuaternion.hppScriptSrc.hppShared.hppSphere.hppVector2.hppVector2i.hppVector3.hppVector4.hpp
Core.hppEntity
Library
Chrono.hpp
Logger.hppChrono
Crypt.hppCrypt
IO.hppIO
Numeric.hppNumeric
SQLite.hppString.hppSystem.hppSystem
Utils.hppUtils
Misc
Algo.hppAreas.hppCommand.hppFunctions.hppModel.hppPlayer.hppRoutine.hppSignal.hppTasks.hppVehicle.hppWeapon.hpp
SqBase.hpp@ -1,5 +1,4 @@
|
||||
#ifndef _LIBRARY_NUMERIC_LONGINT_HPP_
|
||||
#define _LIBRARY_NUMERIC_LONGINT_HPP_
|
||||
#pragma once
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Base/Shared.hpp"
|
||||
@ -1286,5 +1285,3 @@ Int64 PopStackSLong(HSQUIRRELVM vm, SQInteger idx);
|
||||
Uint64 PopStackULong(HSQUIRRELVM vm, SQInteger idx);
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _LIBRARY_NUMERIC_LONGINT_HPP_
|
||||
|
@ -1,5 +1,4 @@
|
||||
#ifndef _LIBRARY_NUMERIC_MATH_HPP_
|
||||
#define _LIBRARY_NUMERIC_MATH_HPP_
|
||||
#pragma once
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "SqBase.hpp"
|
||||
@ -10,5 +9,3 @@ namespace SqMod {
|
||||
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _LIBRARY_NUMERIC_MATH_HPP_
|
||||
|
@ -1,5 +1,4 @@
|
||||
#ifndef _LIBRARY_NUMERIC_RANDOM_HPP_
|
||||
#define _LIBRARY_NUMERIC_RANDOM_HPP_
|
||||
#pragma once
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "SqBase.hpp"
|
||||
@ -160,5 +159,3 @@ template <> struct RandomVal< bool >
|
||||
};
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _LIBRARY_NUMERIC_RANDOM_HPP_
|
||||
|
Reference in New Issue
Block a user