TDME2  1.9.200
RendererPlugin.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
7 
8 using std::string;
9 
10 /**
11  * Renderer plugin base class
12  * @author Andreas Drewke
13  */
15 {
16 public:
17  /**
18  * @return renderer version
19  */
20  inline static const string getRendererVersion() {
21  return "1.9.200";
22  }
23 
24 };