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 __CHATIGNORELIST__H__
|
||||
#define __CHATIGNORELIST__H__
|
||||
#ifndef CHATIGNORELIST_H
|
||||
#define CHATIGNORELIST_H
|
||||
|
||||
struct Packet;
|
||||
|
||||
@@ -24,4 +24,4 @@ namespace ChatIgnoreList {
|
||||
};
|
||||
};
|
||||
|
||||
#endif //!__CHATIGNORELIST__H__
|
||||
#endif //!CHATIGNORELIST_H
|
||||
|
Reference in New Issue
Block a user