Functions | |
DLLEXPORT auto | GetEngineLibVersion () -> std::string |
Retrieves the current version of the engine library. | |
DLLEXPORT auto graphics_engine::version::GetEngineLibVersion | ( | ) | -> std::string |
Retrieves the current version of the engine library.
This function returns a string view representing the library version, which can be used for debugging, logging, or version validation.
std::string_view
containing the engine library version.