mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-25 22:20:17 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __ECINEMATICEVENT__H__
|
||||
#define __ECINEMATICEVENT__H__
|
||||
#ifndef ECINEMATICEVENT_H
|
||||
#define ECINEMATICEVENT_H
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@@ -9,4 +9,4 @@ enum class eCinematicEvent : uint32_t {
|
||||
ENDED,
|
||||
};
|
||||
|
||||
#endif //!__ECINEMATICEVENT__H__
|
||||
#endif //!ECINEMATICEVENT_H
|
||||
|
||||
Reference in New Issue
Block a user