TDME2
1.9.200
src
tdme
engine
Version.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/engine/fwd-tdme.h
>
7
8
using
std::string;
9
10
/**
11
* Version
12
* @author Andreas Drewke
13
*/
14
struct
tdme::engine::Version
final
15
{
16
public
:
17
/**
18
* @return version
19
*/
20
static
string
getVersion
();
21
22
/**
23
* @return copyright
24
*/
25
static
string
getCopyright
();
26
27
};
fwd-tdme.h
tdme::engine::Version
Version.
Definition:
Version.h:15
tdme::engine::Version::getCopyright
static string getCopyright()
Definition:
Version.cpp:15
tdme::engine::Version::getVersion
static string getVersion()
Definition:
Version.cpp:11
tdme.h
Generated by
1.9.1