Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7047 in orxonox.OLD for trunk/src/defs/class_id.h


Ignore:
Timestamp:
Feb 6, 2006, 1:29:09 PM (18 years ago)
Author:
bensch
Message:

trunk: added class Explosion

File:
1 edited

Legend:

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

    r7041 r7047  
    276276  // Particles
    277277  CL_PARTICLE_SYSTEM            =    0x00a01000,
    278   CL_SPRITE_PARTICLES           =    0x00000a01,
    279   CL_SPARK_PARTICLES            =    0x00000a02,
    280   CL_PNODE_PARTICLES            =    0x00000a03,
    281   CL_DOT_PARTICLES              =    0x00000a04,
    282   CL_MODEL_PARTICLES            =    0x00000a05,
     278  CL_SPRITE_PARTICLES           =    0x00002000,
     279  CL_SPARK_PARTICLES            =    0x00004000,
     280  CL_PNODE_PARTICLES            =    0x00008000,
     281  CL_DOT_PARTICLES              =    0x00010000,
     282  CL_MODEL_PARTICLES            =    0x00020000,
    283283
    284284  CL_PARTICLE_EMITTER           =    0x00a02000,
     
    295295  CL_FOG_EFFECT                 =    0x00000841,
    296296  CL_LENSE_FLARE                =    0x00000842,
     297  CL_EXPLOSION                  =    0x00000850,
    297298
    298299  // Element2D's  (range from 0x00000b00 to 0x00000bff)
Note: See TracChangeset for help on using the changeset viewer.