TDME2 1.9.121
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EntityRenderer_TransparentRenderFacesGroupPool.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
7
11
12/**
13 * Entity renderer transparent render faces node pool
14 * @author Andreas Drewke
15 */
17{
18public:
19 /**
20 * Public constructor
21 */
23
24protected:
25 /**
26 * Instantiate
27 */
29
30};
Pool template class.
Definition: Pool.h:22