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 __SERVER__H__
|
||||
#define __SERVER__H__
|
||||
#ifndef SERVER_H
|
||||
#define SERVER_H
|
||||
|
||||
#include <string_view>
|
||||
|
||||
@@ -7,4 +7,4 @@ namespace Server {
|
||||
void SetupLogger(const std::string_view serviceName);
|
||||
};
|
||||
|
||||
#endif //!__SERVER__H__
|
||||
#endif //!SERVER_H
|
||||
|
Reference in New Issue
Block a user