Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2005, 6:35:32 PM (18 years ago)
Author:
snellen
Message:

playable.cc, playable.h, space_ship.cc and space_ship.h added in /src/world_entities/ and /src/world_entities/space_ships WARNING: DOESNT COMPILE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/Makefile.am

    r5750 r5838  
    77                  world_entity.cc \
    88                  camera.cc \
    9                   player.cc \
     9                  playable.cc \
    1010                  npc.cc \
    1111                  npc2.cc \
     
    1717                  character_attributes.cc \
    1818                  test_entity.cc \
     19                  space_ships/space_ship.cc \
    1920                  weapons/weapon_manager.cc \
    2021                  weapons/weapon.cc \
     
    3536                 world_entity.h \
    3637                 camera.h \
    37                  player.h \
     38                 playable.h \
    3839                 npc.h \
    3940                 npc2.h \
     
    4546                 character_attributes.h \
    4647                 test_entity.h \
     48                 space_ships/space_ship.h \
    4749                 weapons/weapon_manager.h \
    4850                 weapons/weapon.h \
Note: See TracChangeset for help on using the changeset viewer.