TDME2  1.9.200
EntityRenderer_TransparentRenderFacesGroupPool.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <tdme/tdme.h>
6 #include <tdme/utilities/Pool.h>
7 
11 
12 /**
13  * Entity renderer transparent render faces node pool
14  * @author Andreas Drewke
15  */
17 {
18 public:
19  // forbid class copy
21 
22  /**
23  * Public constructor
24  */
26 
27 protected:
28  /**
29  * Instantiate
30  */
32  return new TransparentRenderFacesGroup();
33  }
34 
35 };
Pool template class.
Definition: Pool.h:20
#define FORBID_CLASS_COPY(CLASS)
Definition: tdme.h:6