TDME2
1.9.121
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
* @version $Id$
14
*/
15
struct
tdme::engine::Version
final
16
{
17
public
:
18
/**
19
* @return version
20
*/
21
static
string
getVersion
();
22
23
/**
24
* @return copyright
25
*/
26
static
string
getCopyright
();
27
28
};
fwd-tdme.h
tdme::engine::Version
Version.
Definition:
Version.h:16
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.3