diff options
author | rtk0c <[email protected]> | 2021-03-31 20:19:18 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-31 20:19:18 -0700 |
commit | 44f5fa5c8f258e8fc1f7d7e2e45e0485bd6cc490 (patch) | |
tree | 3f09a1cce46d38f5a8c6266150e67af3802d4b95 /core/src/Model/fwd.hpp | |
parent | 31950890c939862f79c817053c106bf711c63a64 (diff) |
Complete items tab (UI and serialization)
Diffstat (limited to 'core/src/Model/fwd.hpp')
-rw-r--r-- | core/src/Model/fwd.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/Model/fwd.hpp b/core/src/Model/fwd.hpp index bf9a8cf..146f74a 100644 --- a/core/src/Model/fwd.hpp +++ b/core/src/Model/fwd.hpp @@ -6,6 +6,7 @@ class GlobalStates; // Items.hpp template <class T> class ItemList; +template <class TSelf> class ItemBase; class ProductItem; class FactoryItem; |