Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/prefab/include/OgreOdeObject.h @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 17 years ago

added ogreode and Colladaplugin

File size: 387 bytes
Line 
1#ifndef _OGREODEOBJECT_H_
2#define _OGREODEOBJECT_H_
3
4#include "OgreOde_Prefab.h"
5
6#if 0
7namespace OgreOde_Prefab
8{
9
10    class _OgreOdeExport_Prefab Object : public PrefabObject
11    {
12        public:
13                Object():
14                  PrefabObject (ObjectType_Object)
15        {
16             
17        }
18
19                ~Object()
20        {
21           
22        }
23
24
25        protected:
26                // ...
27        };
28
29}
30#endif
31#endif // _OGREODEOBJECT_H_
Note: See TracBrowser for help on using the repository browser.