Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cModelCollada.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cModelCollada_H
7 #define _INC_cModelCollada_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 #include "cModel.h"
12 
13 #ifdef USE_COLLADA
14 
15 namespace Gray3D
16 {
17  class GRAY3D_LINK cModelColladaRoot
18  : public cXResourceFile
19  {
22  // Load a collada model.
23 
24  }
25 };
26 
27 #endif // USE_COLLADA
28 #endif // _INC_cModelCollada_H
#define GRAY3D_LINK
Definition: Gray3D.h:15
Definition: Gray3D.cpp:12