TDME2  1.9.200
ObjectModelInternal.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include <tdme/tdme.h>
8 
11 
12 /**
13  * Object model
14  * To be used in non engine context
15  * @author Andreas Drewke
16  */
18  : public ObjectBase
19 {
20 public:
21  // forbid class copy
23 
24  /**
25  * Public constructor
26  * @param model model
27  */
29 
30  /**
31  * Destructor
32  */
34 };
Representation of a 3D model.
Definition: Model.h:35
Object model To be used in non engine context.
#define FORBID_CLASS_COPY(CLASS)
Definition: tdme.h:6