Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4789 in orxonox.OLD for orxonox/trunk/src/defs


Ignore:
Timestamp:
Jul 5, 2005, 5:53:01 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: included the spatial data representation as a lib

File:
1 edited

Legend:

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

    r4779 r4789  
    178178  CL_CHARACTER_ATTRIBUTES =    0x00000b0a,
    179179  CL_TRACK_ELEMENT        =    0x00000b0b,
    180   CL_NUMBER               =    0x00000b0c
     180  CL_NUMBER               =    0x00000b0c,
     181
     182
     183  // Spatial Data Separation
     184  CL_SPATIAL_SEPARATION   =    0x00000b0d,
     185  CL_QUADTREE             =    0x00000b0e
    181186};
    182187
Note: See TracChangeset for help on using the changeset viewer.