mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-13 05:38:40 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __GAMEDEPENDENCIES__H__
|
||||
#define __GAMEDEPENDENCIES__H__
|
||||
#ifndef GAMEDEPENDENCIES_H
|
||||
#define GAMEDEPENDENCIES_H
|
||||
|
||||
#include "Game.h"
|
||||
#include "Logger.h"
|
||||
@@ -52,4 +52,4 @@ protected:
|
||||
EntityInfo info{};
|
||||
};
|
||||
|
||||
#endif //!__GAMEDEPENDENCIES__H__
|
||||
#endif //!GAMEDEPENDENCIES_H
|
||||
|
||||
Reference in New Issue
Block a user