Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 17, 2006, 2:55:58 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/new_class_id: moved the lua_State definitions out of the Executor.
Now the executor is 'clean' and can be extended by all types, i think…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/script_engine/Makefile.am

    r8711 r9754  
    1616                script_manager.cc \
    1717                script_class.cc \
    18                 script_method.cc
    19                
     18                script_method.cc \
     19                executor_lua_state.cc
     20
    2021AM_CPPFLAGS= @LUA_INCLUDES@
    2122
     
    2526                script_manager.h \
    2627                script_class.h \
    27                 script_method.h
     28                script_method.h \
     29                executor_lua_state.h
    2830
    2931
Note: See TracChangeset for help on using the changeset viewer.