mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-30 14:51:06 +00:00
Replace ifdef guards with #pragma once
tl;dr this has potentially significant compilation speed benefits.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef _IM_HPP
|
||||
#define _IM_HPP
|
||||
#pragma once
|
||||
|
||||
#include "CNShardServer.hpp"
|
||||
|
||||
@@ -9,5 +8,3 @@ namespace ItemManager {
|
||||
void itemDeleteHandler(CNSocket* sock, CNPacketData* data);
|
||||
void itemGMGiveHandler(CNSocket* sock, CNPacketData* data);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user