summaryrefslogtreecommitdiff
path: root/src/char
diff options
context:
space:
mode:
Diffstat (limited to 'src/char')
-rw-r--r--src/char/char.cpp2
-rw-r--r--src/char/int_party.cpp2
-rw-r--r--src/char/int_storage.cpp2
-rw-r--r--src/char/inter.cpp2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/char/char.cpp b/src/char/char.cpp
index 64ccdf5..093edc3 100644
--- a/src/char/char.cpp
+++ b/src/char/char.cpp
@@ -34,6 +34,8 @@
#include "int_party.hpp"
#include "int_storage.hpp"
+#include "../poison.hpp"
+
static
struct mmo_map_server server[MAX_MAP_SERVERS];
static
diff --git a/src/char/int_party.cpp b/src/char/int_party.cpp
index 8c3eab8..fccb0c2 100644
--- a/src/char/int_party.cpp
+++ b/src/char/int_party.cpp
@@ -13,6 +13,8 @@
#include "char.hpp"
#include "inter.hpp"
+#include "../poison.hpp"
+
char party_txt[1024] = "save/party.txt";
static
diff --git a/src/char/int_storage.cpp b/src/char/int_storage.cpp
index 98d443f..6568d10 100644
--- a/src/char/int_storage.cpp
+++ b/src/char/int_storage.cpp
@@ -15,6 +15,8 @@
#include <fstream>
+#include "../poison.hpp"
+
// ファイル名のデフォルト
// inter_config_read()で再設定される
char storage_txt[1024] = "save/storage.txt";
diff --git a/src/char/inter.cpp b/src/char/inter.cpp
index f04500c..fe82ac3 100644
--- a/src/char/inter.cpp
+++ b/src/char/inter.cpp
@@ -17,6 +17,8 @@
#include "int_party.hpp"
#include "int_storage.hpp"
+#include "../poison.hpp"
+
#define WISDATA_TTL (60*1000) // Existence time of Wisp/page data (60 seconds)
// that is the waiting time of answers of all map-servers
#define WISDELLIST_MAX 256 // Number of elements of Wisp/page data deletion list