Harmonized include guards
* Follow up to24b3509andc4a364b. * Harmonized the include guards for char-server and map-server header files.
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
* @author Athena Dev Teams originally in login.c
|
||||
* @author rAthena Dev Team
|
||||
*/
|
||||
|
||||
#include "char_mapif.hpp"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h> //memcpy
|
||||
|
||||
@@ -15,11 +17,11 @@
|
||||
#include "../common/malloc.h"
|
||||
#include "../common/showmsg.h"
|
||||
#include "../common/strlib.h"
|
||||
|
||||
#include "inter.hpp"
|
||||
#include "char.hpp"
|
||||
#include "char_logif.hpp"
|
||||
|
||||
|
||||
/**
|
||||
* Packet send to all map-servers, attach to ourself
|
||||
* @param buf: packet to send in form of an array buffer
|
||||
|
||||
Reference in New Issue
Block a user