mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-23 15:11:19 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef __FIREFIRSTSKILLONSTARTUP__H__
|
||||
#define __FIREFIRSTSKILLONSTARTUP__H__
|
||||
#ifndef FIREFIRSTSKILLONSTARTUP_H
|
||||
#define FIREFIRSTSKILLONSTARTUP_H
|
||||
|
||||
#include "CppScripts.h"
|
||||
|
||||
@@ -9,4 +9,4 @@ public:
|
||||
void OnStartup(Entity* self) override;
|
||||
};
|
||||
|
||||
#endif //!__FIREFIRSTSKILLONSTARTUP__H__
|
||||
#endif //!FIREFIRSTSKILLONSTARTUP_H
|
||||
|
||||
Reference in New Issue
Block a user