3#include "gluten/managers/manager.h"
4#include "sound_bakery/core/database/database_object.h"
5#include "sound_bakery/system.h"
7#include "yaml-cpp/yaml.h"
11 class sound_container;
20 std::optional<rttr::type> selected_type()
const
24 return m_selected->getType();
41 void init_project(
const std::filesystem::path& project_file);
43 virtual void tick(
double deltaTime)
override;
44 virtual void exit()
override;
46 void save_project()
const;
48 selection& get_selection() {
return m_selection; }
Definition project_manager.h:36
Base object that all sound Bakery objects should inherit from.
Definition object.h:21
Definition sound_container.h:10
Definition project_manager.h:15