Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10606 in orxonox.OLD


Ignore:
Timestamp:
Mar 29, 2007, 4:54:30 PM (17 years ago)
Author:
snellen
Message:

moved scripttrigger to the subfolder script_triggers/ in world_entities

Location:
branches/scriptimprovements/src
Files:
1 added
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/scriptimprovements/src/lib/script_engine/script_manager.cc

    r9869 r10606  
    2525
    2626#include "script.h"
    27 #include "script_trigger.h"
     27#include "script_triggers/script_trigger.h"
    2828#include "luaincl.h"
    2929#include "loading/load_param_xml.h"
  • branches/scriptimprovements/src/world_entities/WorldEntities.am

    r10516 r10606  
    102102                world_entities/effects/blink.cc \
    103103                \
    104                 world_entities/script_trigger.cc \
     104                world_entities/script_triggers/script_trigger.cc \
    105105                \
    106106                \
     
    109109                world_entities/particles/box_emitter.cc \
    110110                world_entities/particles/plane_emitter.cc \
    111         world_entities/particles/emitter_node.cc \
     111                world_entities/particles/emitter_node.cc \
    112112                \
    113113                world_entities/particles/particle_system.cc \
     
    235235                effects/blink.h \
    236236                \
    237                 script_trigger.h \
     237                script_triggers/script_trigger.h \
    238238                \
    239239                \
Note: See TracChangeset for help on using the changeset viewer.