TDME2  1.9.200
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  */
15 {
16 public:
17  /**
18  * @return version
19  */
20  static string getVersion();
21 
22  /**
23  * @return copyright
24  */
25  static string getCopyright();
26 
27 };
static string getCopyright()
Definition: Version.cpp:15
static string getVersion()
Definition: Version.cpp:11