Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10321 in orxonox.OLD for trunk/src/world_entities/WorldEntities.am


Ignore:
Timestamp:
Jan 24, 2007, 10:28:18 AM (17 years ago)
Author:
patrick
Message:

silvans complete patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/WorldEntities.am

    r10276 r10321  
     1
    12## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
    23WorldEntities_SOURCES_ = \
     
    2526                world_entities/bsp_entity.cc \
    2627                world_entities/mount_point.cc \
     28                world_entities/sound_entity.cc \
    2729                \
    2830                world_entities/weapons/test_gun.cc \
     
    6567                world_entities/environments/model_entity.cc \
    6668                world_entities/environments/building.cc \
     69                world_entities/environments/rotor.cc \
    6770                world_entities/environments/mapped_water.cc \
    68                 world_entities/environments/rotor.cc \
    6971                \
    7072                world_entities/elements/image_entity.cc \
     
    130132                bsp_entity.h \
    131133                mount_point.h \
     134                sound_entity.h \
    132135                \
    133136                weapons/test_gun.h \
     
    169172                environments/model_entity.h \
    170173                environments/building.h \
     174                environments/rotor.h \
    171175                environments/mapped_water.h \
    172                 environments/rotor.h \
    173176                \
    174177                elements/image_entity.h \
     
    206209                weather_effects/lense_flare.h
    207210
     211
Note: See TracChangeset for help on using the changeset viewer.