mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-22 16:57:12 +02:00
Use pragma once instead of macro guards.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef _LOGGER_HPP_
|
||||
#define _LOGGER_HPP_
|
||||
#pragma once
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "SqBase.hpp"
|
||||
@@ -340,5 +339,3 @@ void OutputMessage(CCStr msg, ...);
|
||||
void OutputError(CCStr msg, ...);
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _LOGGER_HPP_
|
||||
|
Reference in New Issue
Block a user