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