Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10025 in orxonox.OLD


Ignore:
Timestamp:
Dec 6, 2006, 4:57:24 PM (17 years ago)
Author:
hejja
Message:

new quest dir

Location:
branches/gui/src/world_entities
Files:
1 deleted
2 edited

Legend:

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

    r9973 r10025  
    2828                spawning_point.cc \
    2929                \
    30                 terminal/terminal.cc \
    31                 terminal/questGUI.cc \
     30                questGUI/questGUI.cc \
    3231                \
    3332                effects/explosion.cc \
     
    4746                \
    4847                npcs/npc.h \
    49                 \
     48questGUI                \
    5049                weapons/weapon_manager.h \
    5150                weapons/crosshair.h \
     
    6059                spawning_point.h \
    6160                \
    62                 terminal/terminal.h \
    63                 terminal/questGUI.h \
     61                questGUI/questGUI.h \
    6462                \
    6563                effects/explosion.h \
  • branches/gui/src/world_entities/WorldEntities.am

    r9973 r10025  
    2525                world_entities/bsp_entity.cc \
    2626                \
    27                 world_entities/terminal/terminal.cc \
    28                 world_entities/terminal/questGUI.cc \
     27                world_entities/questGUI/questGUI.cc \
    2928                \
    3029                world_entities/weapons/test_gun.cc \
     
    131130                bsp_entity.h \
    132131                \
    133                 terminal/terminal.h \
    134                 terminal/questGUI.h \
     132                questGUI/questGUI.h \
    135133                \
    136134                weapons/test_gun.h \
Note: See TracChangeset for help on using the changeset viewer.