mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-11 09:58:05 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef FVRACEPILLARSERVER__H
|
||||
#define FVRACEPILLARSERVER__H
|
||||
#ifndef FVRACEPILLARSERVER_H
|
||||
#define FVRACEPILLARSERVER_H
|
||||
|
||||
#include "CppScripts.h"
|
||||
|
||||
@@ -9,4 +9,4 @@ protected:
|
||||
void PlayAnimation(const std::string animName, const std::string group, const LOT lot);
|
||||
};
|
||||
|
||||
#endif // FVRACEPILLARSERVER__H
|
||||
#endif // FVRACEPILLARSERVER_H
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifndef __LUCGENERICINTERACT__H__
|
||||
#define __LUCGENERICINTERACT__H__
|
||||
#ifndef LUCGENERICINTERACT_H
|
||||
#define LUCGENERICINTERACT_H
|
||||
|
||||
#include "CppScripts.h"
|
||||
|
||||
@@ -8,5 +8,5 @@ public:
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
};
|
||||
|
||||
#endif //!__LUCGENERICINTERACT__H__
|
||||
#endif //!LUCGENERICINTERACT_H
|
||||
|
||||
|
Reference in New Issue
Block a user