TDME2 1.9.121
RendererPlugin.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 * Renderer plugin base class
12 * @author Andreas Drewke
13 */
15{
16public:
17 /**
18 * @return renderer version
19 */
20 inline static string getRendererVersion() {
21 return "1.9.121";
22 }
23
24};