mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-01-12 06:42:38 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __NTPIPEVISIBILITYSERVER__H__
|
||||
#define __NTPIPEVISIBILITYSERVER__H__
|
||||
#ifndef NTPIPEVISIBILITYSERVER_H
|
||||
#define NTPIPEVISIBILITYSERVER_H
|
||||
|
||||
#include "CppScripts.h"
|
||||
|
||||
@@ -8,4 +8,4 @@ public:
|
||||
void OnQuickBuildComplete(Entity* self, Entity* target) override;
|
||||
};
|
||||
|
||||
#endif //!__NTPIPEVISIBILITYSERVER__H__
|
||||
#endif //!NTPIPEVISIBILITYSERVER_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __NTBCSUBMITSERVER__H__
|
||||
#define __NTBCSUBMITSERVER__H__
|
||||
#ifndef NTBCSUBMITSERVER_H
|
||||
#define NTBCSUBMITSERVER_H
|
||||
|
||||
#include "CppScripts.h"
|
||||
|
||||
@@ -8,4 +8,4 @@ public:
|
||||
void OnMissionDialogueOK(Entity* self, Entity* target, int missionID, eMissionState missionState) override;
|
||||
};
|
||||
|
||||
#endif //!__NTBCSUBMITSERVER__H__
|
||||
#endif //!NTBCSUBMITSERVER_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __NTNAOMIBREADCRUMBSERVER__H__
|
||||
#define __NTNAOMIBREADCRUMBSERVER__H__
|
||||
#ifndef NTNAOMIBREADCRUMBSERVER_H
|
||||
#define NTNAOMIBREADCRUMBSERVER_H
|
||||
|
||||
#include "CppScripts.h"
|
||||
|
||||
@@ -8,4 +8,4 @@ public:
|
||||
void OnMissionDialogueOK(Entity* self, Entity* target, int missionID, eMissionState missionState) override;
|
||||
};
|
||||
|
||||
#endif //!__NTNAOMIBREADCRUMBSERVER__H__
|
||||
#endif //!NTNAOMIBREADCRUMBSERVER_H
|
||||
|
||||
Reference in New Issue
Block a user