Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/prefab/include/OgreOde_PrefabPreReqs.h @ 53

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

added ogreode and Colladaplugin

File size: 240 bytes
Line 
1#ifndef _OGREODEPREFABPREREQS_H_
2#define _OGREODEPREFABPREREQS_H_
3
4
5#include "OgreOde_Core.h"
6
7namespace OgreOde_Prefab
8{
9
10        class PrefabObject;
11
12        class RagdollFactory;
13        class Ragdoll;
14
15        class Vehicle;
16       
17}
18
19#endif //_OGREODEPREFABPREREQS_H_
Note: See TracBrowser for help on using the repository browser.