Unravel Engine C++ Reference
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
version
6
{
7
std::string
get_major
();
8
std::string
get_minor
();
9
std::string
get_patch
();
10
11
std::string
get_full
();
12
}
version
Definition
version.cpp:4
version::get_minor
std::string get_minor()
Definition
version.cpp:10
version::get_full
std::string get_full()
Definition
version.cpp:20
version::get_major
std::string get_major()
Definition
version.cpp:5
version::get_patch
std::string get_patch()
Definition
version.cpp:15
UnravelEngine
UnravelEngine
engine
core
version
version.h
Generated by
1.12.0