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:
@ -1,5 +1,4 @@
|
||||
#ifndef _MISC_FUNCTIONS_HPP_
|
||||
#define _MISC_FUNCTIONS_HPP_
|
||||
#pragma once
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "SqBase.hpp"
|
||||
@ -490,7 +489,4 @@ SQFloat GetNetworkStatisticsF(Int32 option_id);
|
||||
SQInteger GetNetworkStatisticsI(Int32 option_id);
|
||||
#endif
|
||||
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _MISC_FUNCTIONS_HPP_
|
||||
|
Reference in New Issue
Block a user