My Project
 
Loading...
Searching...
No Matches
graphics_engine::version Namespace Reference

Functions

DLLEXPORT auto GetEngineLibVersion () -> std::string
 Retrieves the current version of the engine library.
 

Function Documentation

◆ GetEngineLibVersion()

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.

Returns
A std::string_view containing the engine library version.