mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-13 02:48:19 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __CDCLIENTMANAGER__H__
|
||||
#define __CDCLIENTMANAGER__H__
|
||||
#ifndef CDCLIENTMANAGER_H
|
||||
#define CDCLIENTMANAGER_H
|
||||
|
||||
#define UNUSED_TABLE(v)
|
||||
|
||||
@@ -41,4 +41,4 @@ T* CDClientManager::GetTable() {
|
||||
return &T::Instance();
|
||||
};
|
||||
|
||||
#endif //!__CDCLIENTMANAGER__H__
|
||||
#endif //!CDCLIENTMANAGER_H
|
||||
|
Reference in New Issue
Block a user