- Timestamp:
 - Nov 30, 2005, 6:35:32 PM (20 years ago)
 - Location:
 - branches/spaceshipcontrol/src/world_entities
 - Files:
 - 
          
- 2 added
 - 1 edited
 
- 
          Makefile.am (modified) (4 diffs)
 - 
          playable.cc (added)
 - 
          playable.h (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/spaceshipcontrol/src/world_entities/Makefile.am
r5750 r5838 7 7 world_entity.cc \ 8 8 camera.cc \ 9 play er.cc \9 playable.cc \ 10 10 npc.cc \ 11 11 npc2.cc \ … … 17 17 character_attributes.cc \ 18 18 test_entity.cc \ 19 space_ships/space_ship.cc \ 19 20 weapons/weapon_manager.cc \ 20 21 weapons/weapon.cc \ … … 35 36 world_entity.h \ 36 37 camera.h \ 37 play er.h \38 playable.h \ 38 39 npc.h \ 39 40 npc2.h \ … … 45 46 character_attributes.h \ 46 47 test_entity.h \ 48 space_ships/space_ship.h \ 47 49 weapons/weapon_manager.h \ 48 50 weapons/weapon.h \  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






