mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-10 10:08:27 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __STARTSKILL__H__
|
||||
#define __STARTSKILL__H__
|
||||
#ifndef STARTSKILL_H
|
||||
#define STARTSKILL_H
|
||||
|
||||
#include "dCommonVars.h"
|
||||
#include "NiPoint3.h"
|
||||
@@ -139,4 +139,4 @@ public:
|
||||
uint32_t uiSkillHandle = 0;
|
||||
};
|
||||
|
||||
#endif //!__STARTSKILL__H__
|
||||
#endif //!STARTSKILL_H
|
||||
|
||||
Reference in New Issue
Block a user