16#include "ui/imgui_manager.h"
Interface for configuration services (forward declaration).
Definition iconfig_service.h:30
Interface for keybind providers (forward declaration).
Definition ikeybind_provider.h:30
Defines the ConfigUI class for managing the ImGui-based configuration UI in ASAPCabinetFE.
bool runInitialConfig(IConfigService *configService, IKeybindProvider *keybindProvider, const std::string &configPath)
Executes the initial configuration setup.
Definition first_run.cpp:11
Defines the IConfigService interface for managing configuration in ASAPCabinetFE.