8#ifndef GALAXY_CORE_APPLICATION_HPP_
9#define GALAXY_CORE_APPLICATION_HPP_
29 explicit App(
const std::string& config_file =
"config.json");
Base level class for any galaxy app.
App(const App &)=delete
Copy constructor.
void setup_config(std::string_view config_file)
void run()
Loads the default appdata file.
App(const std::string &config_file="config.json")
Default constructor.
App & operator=(const App &)=delete
Copy assignment operator.
App & operator=(App &&)=delete
Move assignment operator.
App(App &&)=delete
Move constructor.