Synchronized source file headers (#3212)
* Alphabetically sorted includes. * Updated copyright and license text to match across all files. * Removed pragma once define in header files in lieu of ifdef guards.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
|
||||
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
||||
// For more information, see LICENCE in the main folder
|
||||
|
||||
#include "chat.hpp"
|
||||
@@ -7,19 +7,19 @@
|
||||
|
||||
#include "../common/cbasetypes.hpp"
|
||||
#include "../common/malloc.hpp"
|
||||
#include "../common/mmo.hpp"
|
||||
#include "../common/nullpo.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include "../common/strlib.hpp"
|
||||
#include "../common/mmo.hpp"
|
||||
|
||||
#include "map.hpp"
|
||||
#include "achievement.hpp"
|
||||
#include "atcommand.hpp" // msg_txt()
|
||||
#include "battle.hpp" // struct battle_config
|
||||
#include "clif.hpp"
|
||||
#include "map.hpp"
|
||||
#include "npc.hpp" // npc_event_do()
|
||||
#include "pc.hpp"
|
||||
#include "pc_groups.hpp"
|
||||
#include "achievement.hpp"
|
||||
|
||||
int chat_triggerevent(struct chat_data *cd); // forward declaration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user