Changeset 5763 in orxonox.OLD for branches/guidedmissile/src
- Timestamp:
- Nov 24, 2005, 3:58:55 PM (19 years ago)
- Location:
- branches/guidedmissile/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guidedmissile/src/Makefile.am
r5750 r5763 68 68 world_entities/weapons/test_bullet.cc \ 69 69 world_entities/weapons/rocket.cc \ 70 world_entities/weapons/guided_missile.cc \ 70 71 world_entities/weapons/laser.cc \ 71 72 world_entities/weapons/aim.cc \ … … 106 107 world_entities/weapons/test_bullet.h \ 107 108 world_entities/weapons/rocket.h \ 109 world_entities/weapons/guided_missile.h \ 108 110 world_entities/weapons/laser.h \ 109 111 world_entities/weapons/aim.h \ -
branches/guidedmissile/src/defs/class_id.h
r5750 r5763 143 143 CL_BOMB = 0x00000243, 144 144 CL_GROUND_TURRET = 0x00000244, 145 CL_GUIDED_MISSILE = 0x00000245, 145 146 146 147 // gamePlay (range from 0x00000500 0x000005ff)
Note: See TracChangeset
for help on using the changeset viewer.