aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/fwd.hpp
blob: cb7c7dde44036fda0ff464142b0df036b750b498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#pragma once

#include "Model/Template/fwd.hpp"
#include "Model/Workflow/fwd.hpp"

// Database.hpp
enum class TableKind;
class SalesTable;
class PurchasesTable;
class DeliveryTable;
class MainDatabase;

// Assets.hpp

// Filter.hpp
class TableRowsFilter;

// GlobalStates.hpp
class GlobalStates;

// Items.hpp
template <class T>
class ItemList;
template <class TSelf>
class ItemBase;
class ProductItem;
class FactoryItem;
class CustomerItem;

// Project.hpp
class Project;