diff options
author | rtk0c <[email protected]> | 2021-03-29 17:55:02 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-29 17:55:02 -0700 |
commit | 70cc233165b5efa3a3888af34f7afce095fe6947 (patch) | |
tree | b15e8f2e3816acc204846188e78514f2ba6ad816 /core/src/Model/fwd.hpp | |
parent | 6032ae108064650324b2c45352e1baa5b36961cc (diff) |
More work on project tab
Diffstat (limited to 'core/src/Model/fwd.hpp')
-rw-r--r-- | core/src/Model/fwd.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/Model/fwd.hpp b/core/src/Model/fwd.hpp index f5a5818..6bbc0b7 100644 --- a/core/src/Model/fwd.hpp +++ b/core/src/Model/fwd.hpp @@ -1,4 +1,7 @@ #pragma once +// GlobalStates.hpp +class GlobalStates; + // Project.hpp class Project; |