Utils Group Reference Module: An example game engine
This is a brief description to the utils group. More…
| Name |
|---|
| Engine::Utils::Path Filesystem path utility functions. |
| Name | |
|---|---|
| class | Engine::Utils::ArrayView Filesystem path utility functions. |
| Name | |
|---|---|
| void | name_with_underscores(const std::string & arg) |
| Name | |
|---|---|
| ENGINE_VERSION Autogenerated version string by CMake. | |
| LOG_DEBUG(MSG, …) |
This is a brief description to the utils group.
Some detailed description here
inline void name_with_underscores(
const std::string & arg
)
#define ENGINE_VERSION "v1.0.1"
Autogenerated version string by CMake.
#define LOG_DEBUG(
MSG,
...
)
printf(MSG, ##__VA_ARGS__)
Updated on 2022-10-19 at 22:22:02 +0000