Unravel Engine C++ Reference
Loading...
Searching...
No Matches
version Namespace Reference

Functions

std::string get_major ()
 
std::string get_minor ()
 
std::string get_patch ()
 
std::string get_full ()
 

Function Documentation

◆ get_full()

std::string version::get_full ( )

Definition at line 20 of file version.cpp.

◆ get_major()

std::string version::get_major ( )

Definition at line 5 of file version.cpp.

◆ get_minor()

std::string version::get_minor ( )

Definition at line 10 of file version.cpp.

◆ get_patch()

std::string version::get_patch ( )

Definition at line 15 of file version.cpp.