Changeset 8847 in orxonox.OLD for branches/single_player_map/src/lib/util
- Timestamp:
- Jun 28, 2006, 1:23:25 PM (19 years ago)
- Location:
- branches/single_player_map/src/lib/util/executor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/util/executor/executor_functional.cc
r8408 r8847 15 15 16 16 #include "executor.h" 17 std::string ExecutorFunctional_returningString_from[ 5];17 std::string ExecutorFunctional_returningString_from[7]; 18 18 19 19 -
branches/single_player_map/src/lib/util/executor/executor_lua.cc
r8527 r8847 20 20 #include "lunar.h" 21 21 22 std::string temp[ 5];22 std::string temp[7]; 23 23 24 24 template<typename type> type fromLua(lua_State* state, int index) { type *obj = Lunar<type>::check(state, 1); lua_remove(state, 1); return obj;};
Note: See TracChangeset
for help on using the changeset viewer.