Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/physics/src/class_list.h @ 4308

Last change on this file since 4308 was 4301, checked in by bensch, 19 years ago

orxonox/branches/physics: merged the trunk back to the physics-branche
merged with command:
svn merge -4 4283:HEAD ../../trunk/ .
no conflicts

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.