1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-05 08:27:10 +02:00

Use pragma once instead of macro guards.

This commit is contained in:
Sandu Liviu Catalin
2020-03-22 01:45:04 +02:00
parent 39d6af7687
commit 505a165d23
58 changed files with 59 additions and 235 deletions

View File

@ -1,5 +1,4 @@
#ifndef _MISC_WEAPON_HPP_
#define _MISC_WEAPON_HPP_
#pragma once
// ------------------------------------------------------------------------------------------------
#include "SqBase.hpp"
@ -58,5 +57,3 @@ Int32 WeaponToModel(Int32 id);
bool IsWeaponNatural(Int32 id);
} // Namespace:: SqMod
#endif // _MISC_WEAPON_HPP_