summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Campaign.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-20 00:43:53 +0100
committerAki <please@ignore.pl>2024-03-20 00:43:53 +0100
commit1a6f1241eb85c82d4fddf7b61a867a1bb828992e (patch)
tree4158c9f789fb4ee0ed787bfe8eebdeaf8b161922 /StarsEx/Campaign.h
parentf5b8091ee91b8323b8e2b1044ba8be676f2bfaf4 (diff)
downloadstarshatter-1a6f1241eb85c82d4fddf7b61a867a1bb828992e.zip
starshatter-1a6f1241eb85c82d4fddf7b61a867a1bb828992e.tar.gz
starshatter-1a6f1241eb85c82d4fddf7b61a867a1bb828992e.tar.bz2
Tweaked DefinitionEx include paths; also Parser_ss.h name is finally fixed
Diffstat (limited to 'StarsEx/Campaign.h')
-rw-r--r--StarsEx/Campaign.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/StarsEx/Campaign.h b/StarsEx/Campaign.h
index e443648..c9bc534 100644
--- a/StarsEx/Campaign.h
+++ b/StarsEx/Campaign.h
@@ -16,11 +16,12 @@
#ifndef Campaign_h
#define Campaign_h
+#include <starshatter/definition.h>
+
#include "Types.h"
#include "Bitmap.h"
#include "Geometry.h"
#include "Text.h"
-#include "Term.h"
#include "List.h"
// +--------------------------------------------------------------------+