- Timestamp:
- Feb 8, 2006, 12:56:19 AM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/class_id.h
r7047 r7110 296 296 CL_LENSE_FLARE = 0x00000842, 297 297 CL_EXPLOSION = 0x00000850, 298 CL_LIGHTNING_BOLT = 0x00000851, 298 299 299 300 // Element2D's (range from 0x00000b00 to 0x00000bff) -
trunk/src/world_entities/Makefile.am
r7047 r7110 67 67 world_entities/elements/text_element.cc \ 68 68 \ 69 world_entities/effects/explosion.cc 69 world_entities/effects/explosion.cc \ 70 world_entities/effects/lightning_bolt.cc 70 71 71 72 … … 132 133 world_entities/elements/text_element.h \ 133 134 \ 134 world_entities/effects/explosion.h 135 world_entities/effects/explosion.h \ 136 world_entities/effects/lightning_bolt.h 135 137 136 138
Note: See TracChangeset
for help on using the changeset viewer.