![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include <cstdlib>#include <ctime>#include <SDL3/SDL_hints.h>#include <SDL3/SDL_init.h>#include "Platform.hpp"
Include dependency graph for Platform.cpp:Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Animated.cpp galaxy. | |
| namespace | galaxy::platform |
Functions | |
| void | galaxy::platform::seed_random () noexcept |
| Seed the cstdlib rng algos. | |
| void | galaxy::platform::set_metadata (const char *type, const char *value) noexcept |
| Sets metadata. | |
| void | galaxy::platform::set_hint (const char *hint, const char *value) noexcept |
| Sets SDL hints. | |