@ -3,6 +3,8 @@
*
* Implementation of function for sending and receiving network messages.
*/
#include "msg.h"
#include <climits>
#include <cmath>
#include <cstdint>
@ -38,6 +40,7 @@
#include "options.h"
#include "pack.h"
#include "pfile.h"
#include "player.h"
#include "plrmsg.h"
#include "portals/validation.hpp"
#include "quests/validation.hpp"
@ -3,6 +3,7 @@
* Implementation of functions for keeping multiplaye games in sync.
#include "multi.h"
#include <cstddef>
@ -20,9 +21,11 @@
#include "engine/random.hpp"
#include "engine/world_tile.hpp"
#include "menu.h"
#include "nthread.h"
#include "qol/chatlog.h"
#include "storm/storm_net.hpp"
@ -8,6 +8,9 @@
namespace devilution {
size_t sync_all_monsters(std::byte *pbBuf, size_t dwMaxLen);