![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
This is the complete list of members for galaxy::App, including all inherited members.
App(const std::string &config_file="config.json") | galaxy::App | explicit |
App(const App &)=delete | galaxy::App | private |
App(App &&)=delete | galaxy::App | private |
operator=(const App &)=delete | galaxy::App | private |
operator=(App &&)=delete | galaxy::App | private |
run() | galaxy::App | |
setup_async() | galaxy::App | private |
setup_config(std::string_view config_file) | galaxy::App | private |
setup_events() | galaxy::App | private |
setup_fs() | galaxy::App | private |
setup_logging() | galaxy::App | private |
setup_platform() | galaxy::App | private |
setup_scripting() | galaxy::App | private |
setup_window() | galaxy::App | private |
~App() | galaxy::App |