diff options
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tools.h b/src/tools.h index df429f7..11a541c 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -25,14 +25,6 @@ void luaG_copy_one_time_settings( Universe* U, lua_State* L, lua_State* L2); | |||
25 | 25 | ||
26 | // ################################################################################################ | 26 | // ################################################################################################ |
27 | 27 | ||
28 | enum eLookupMode | ||
29 | { | ||
30 | eLM_LaneBody, // send the lane body directly from the source to the destination lane | ||
31 | eLM_ToKeeper, // send a function from a lane to a keeper state | ||
32 | eLM_FromKeeper // send a function from a keeper state to a lane | ||
33 | }; | ||
34 | typedef enum eLookupMode LookupMode; | ||
35 | |||
36 | int luaG_inter_copy_package( Universe* U, lua_State* L, lua_State* L2, int package_idx_, LookupMode mode_); | 28 | int luaG_inter_copy_package( Universe* U, lua_State* L, lua_State* L2, int package_idx_, LookupMode mode_); |
37 | 29 | ||
38 | int luaG_inter_copy( Universe* U, lua_State* L, lua_State* L2, uint_t n, LookupMode mode_); | 30 | int luaG_inter_copy( Universe* U, lua_State* L, lua_State* L2, uint_t n, LookupMode mode_); |