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 __DCOMMONDEPENDENCIES__H__
|
||||
#define __DCOMMONDEPENDENCIES__H__
|
||||
#ifndef DCOMMONDEPENDENCIES_H
|
||||
#define DCOMMONDEPENDENCIES_H
|
||||
|
||||
#include "Game.h"
|
||||
#include "Logger.h"
|
||||
@@ -21,4 +21,4 @@ protected:
|
||||
}
|
||||
};
|
||||
|
||||
#endif //!__DCOMMONDEPENDENCIES__H__
|
||||
#endif //!DCOMMONDEPENDENCIES_H
|
||||
|
Reference in New Issue
Block a user