Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2007, 10:51:19 AM (17 years ago)
Author:
snellen
Message:

added LuaVector: The scriptengine can only deal with baseobjects → Vector can't be used in scripts. Solution: LuaVector derived from Vector and BaseObject to implement the script specific methods of Vector

File:
1 edited

Legend:

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

    r9916 r10561  
    1717                script.cc \
    1818                script_manager.cc \
    19                 executor_lua_state.cc
     19                executor_lua_state.cc \
     20                lua_vector.cc
    2021
    2122AM_CPPFLAGS= @LUA_INCLUDES@
     
    2728                script_class.h \
    2829                script_method.h \
    29                 executor_lua_state.h
     30                executor_lua_state.h \
     31                lua_vector.h
    3032
    3133
Note: See TracChangeset for help on using the changeset viewer.