summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index 2ebbd8cf..47766eaa 100644
--- a/src/being.h
+++ b/src/being.h
@@ -37,6 +37,15 @@ namespace tmwserv
{
+struct PATH_NODE {
+ /**
+ * Constructor.
+ */
+ PATH_NODE(unsigned short x, unsigned short y);
+
+ unsigned short x, y;
+};
+
/**
* Structure type for the raw statistics of a Being.
*/