Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4571 in orxonox.OLD for orxonox/trunk/src/defs/class_list.h


Ignore:
Timestamp:
Jun 10, 2005, 12:58:27 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: no more HelperParent. this was one useless peace of sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/defs/class_list.h

    r4541 r4571  
    1 /*! 
     1/*!
    22    \file class_list.h
    33    \brief list of orxonox classes
     
    1111
    1212//! list of all classes to be loadable in via the ObjectManager
    13 typedef enum classList 
     13typedef enum classList
    1414{
    1515  CL_ORXONOX,
    1616
    1717  CL_PARENT,
    18   CL_HELPER_PARENT,
    1918  CL_NULL_PARENT,
    2019  CL_CAMERA,
     
    6968  CL_KEY_MAPPER,
    7069
    71   CL_GRAPHICS_ENGINE, 
     70  CL_GRAPHICS_ENGINE,
    7271  CL_TEXT_ENGINE,
    7372  CL_TEXT,
     
    8079  CL_OBJMODEL,
    8180  CL_PROMITIVE_MODEL,
    82  
     81
    8382  CL_PARTICLE_EMITTER,
    8483  CL_PARTICLE_ENGINE,
    8584  CL_PARTICLE_SYSTEM,
    86  
     85
    8786  CL_CD_ENGINE,
    8887  CL_COLLISION,
     
    9493  CL_OBB,
    9594  CL_BOUNDING_SPHERE,
    96  
     95
    9796
    9897  CL_NUMBER
Note: See TracChangeset for help on using the changeset viewer.