Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10027 in orxonox.OLD


Ignore:
Timestamp:
Dec 6, 2006, 5:01:51 PM (17 years ago)
Author:
hejja
Message:

fixed the compilation problem

Location:
branches/gui/src/world_entities
Files:
2 edited
2 moved

Legend:

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

    r10025 r10027  
    2828                spawning_point.cc \
    2929                \
    30                 questGUI/questGUI.cc \
     30                questGUI/quest_gui.cc \
    3131                \
    3232                effects/explosion.cc \
     
    5959                spawning_point.h \
    6060                \
    61                 questGUI/questGUI.h \
     61                questGUI/quest_gui.h \
    6262                \
    6363                effects/explosion.h \
  • branches/gui/src/world_entities/WorldEntities.am

    r10025 r10027  
    2525                world_entities/bsp_entity.cc \
    2626                \
    27                 world_entities/questGUI/questGUI.cc \
     27                world_entities/questGUI/quest_gui.cc \
    2828                \
    2929                world_entities/weapons/test_gun.cc \
     
    130130                bsp_entity.h \
    131131                \
    132                 questGUI/questGUI.h \
     132                questGUI/quest_gui.h \
    133133                \
    134134                weapons/test_gun.h \
  • branches/gui/src/world_entities/questGUI/quest_gui.cc

    r10026 r10027  
    2020
    2121
    22 #include "questGUI.h"
     22#include "quest_gui.h"
    2323
    2424#include "event_handler.h"
Note: See TracChangeset for help on using the changeset viewer.