summaryrefslogtreecommitdiff
path: root/core/src/Model/fwd.hpp
blob: 4bd508c1bde0aff9764348ba2b87b8bdd48a82c2 (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
#pragma once

// 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;

// TransactionDatabase.hpp
class SalesTable;
class PurchasesTable;
class DeliveryTable;
class TransactionModel;