Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4744 in orxonox.OLD for orxonox/trunk/src/util


Ignore:
Timestamp:
Jun 30, 2005, 4:53:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: classList.h some definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/object_manager.h

    r4699 r4744  
    1111    TO ADD SUPPORT FOR A CLASS do the following steps:
    1212    1. include the hader file : #include "class_header.h"
    13     2. add the class to the type enum classList {}; in class_list.h
     13    2. add the class to the type enum classID {}; in class_id.h
    1414    3. define a function void mCache( ClassName ) in class ObjectManager
    1515
     
    2323#include "projectile.h"
    2424#include "list.h"
    25 
    26 #include "class_list.h"
    27 
    2825
    2926class GarbageCollector;
Note: See TracChangeset for help on using the changeset viewer.