mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __CLIENTVERSION_H__
|
||||
#define __CLIENTVERSION_H__
|
||||
#ifndef CLIENTVERSION_H
|
||||
#define CLIENTVERSION_H
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@@ -9,4 +9,4 @@ namespace ClientVersion {
|
||||
constexpr uint16_t minor = 64;
|
||||
}
|
||||
|
||||
#endif // !__CLIENTVERSION_H__
|
||||
#endif // !CLIENTVERSION_H
|
||||
|
Reference in New Issue
Block a user