TDME2  1.9.200
ObjectModel.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <tdme/tdme.h>
4 #include <tdme/engine/fwd-tdme.h>
7 
10 
11 /**
12  * Object model
13  * @author Andreas Drewke
14  */
16  : public ObjectModelInternal
17 {
18 public:
19  // forbid class copy
21 
22  /**
23  * Public constructor
24  * @param model model
25  */
27 };
ObjectModel(Model *model)
Public constructor.
Definition: ObjectModel.cpp:6
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