Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
geektcp committed Aug 12, 2023
1 parent cb40941 commit d55c34a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/game/Mail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
*
*/

/*
* word and player and bot manage
*/

#include "Mail.h"
#include "WorldPacket.h"
#include "WorldSession.h"
Expand Down
4 changes: 3 additions & 1 deletion src/mangosd/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
/// \addtogroup mangosd Mangos Daemon
/// @{
/// \file

/*
* game engine
*/
#include "Common.h"
#include "Database/DatabaseEnv.h"
#include "Config/Config.h"
Expand Down
3 changes: 3 additions & 0 deletions src/realmd/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/// @{
/// \file

/*
* user login and chat
*/
#include "Common.h"
#include "Database/DatabaseEnv.h"
#include "RealmList.h"
Expand Down

0 comments on commit d55c34a

Please sign in to comment.