![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Functions | |
void | seed_random () noexcept |
Seed the cstdlib rng algos. | |
void | set_metadata (const char *type, const char *value) noexcept |
Sets metadata. | |
void | set_hint (const char *hint, const char *value) noexcept |
Sets SDL hints. | |
|
noexcept |
Seed the cstdlib rng algos.
Definition at line 20 of file Platform.cpp.
|
noexcept |
Sets metadata.
Do before init.
type | SDL_PROP_APP_METADATA_* |
value | Value for the SDL PROP. |
Definition at line 25 of file Platform.cpp.
|
noexcept |
Sets SDL hints.
Do before init.
type | SDL_HINT_* |
value | Value for the SDL HINT. |
Definition at line 30 of file Platform.cpp.