diff options
author | rtk0c <[email protected]> | 2021-05-30 23:00:41 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-05-30 23:00:41 -0700 |
commit | c90f78df080a9891930ee346b0ad87498ba5b697 (patch) | |
tree | c4f4c475086337e25cbb985625423591c47310e1 /core/src/UI/UI.hpp | |
parent | 088da97531935a61870ecada10f06b9b9a8255d1 (diff) |
Initial work on templates UI
Diffstat (limited to 'core/src/UI/UI.hpp')
-rw-r--r-- | core/src/UI/UI.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/UI/UI.hpp b/core/src/UI/UI.hpp index cce0e00..dfce713 100644 --- a/core/src/UI/UI.hpp +++ b/core/src/UI/UI.hpp @@ -41,5 +41,6 @@ void SettingsTab(); void DatabaseViewTab(); void ItemsTab(); void WorkflowsTab(); +void TemplatesTab(); } // namespace UI |