Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/class_list.h @ 4289

Last change on this file since 4289 was 4285, checked in by patrick, 19 years ago

orxonox/trunk: started implementing objectmanager - this will be some hard work…

File size: 291 bytes
Line 
1/*!
2    \file class_list.h
3    \brief list of orxonox classes
4
5    this is used by the ObjectManager to identify and load important classes
6*/
7
8
9//! list of all classes to be loadable in via the ObjectManager
10typedef enum classList
11{
12  CL_PROJECTILE,
13  CL_TEST_BULLET,
14
15  CL_NUMBER
16};
17 
18
Note: See TracBrowser for help on using the repository browser.