aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/fwd.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-03-30 19:40:11 -0700
committerrtk0c <[email protected]>2021-03-30 19:40:11 -0700
commit31950890c939862f79c817053c106bf711c63a64 (patch)
tree4e02abf37d69ab7d4f988f143b340cfd3d93331c /core/src/Model/fwd.hpp
parente75e26da92424528e190a2111acfcc49c657e894 (diff)
Product items and misc stuff
Diffstat (limited to 'core/src/Model/fwd.hpp')
-rw-r--r--core/src/Model/fwd.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/Model/fwd.hpp b/core/src/Model/fwd.hpp
index 6bbc0b7..bf9a8cf 100644
--- a/core/src/Model/fwd.hpp
+++ b/core/src/Model/fwd.hpp
@@ -3,5 +3,13 @@
// GlobalStates.hpp
class GlobalStates;
+// Items.hpp
+template <class T>
+class ItemList;
+class ItemBase;
+class ProductItem;
+class FactoryItem;
+class CustomerItem;
+
// Project.hpp
class Project;