aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/state.h b/src/state.h
index e844405..0ffab02 100644
--- a/src/state.h
+++ b/src/state.h
@@ -1,7 +1,5 @@
1#ifndef __LANES_STATE_H__ 1#pragma once
2#define __LANES_STATE_H__
3 2
4//#include "lauxlib.h"
5#include "threading.h" 3#include "threading.h"
6#include "deep.h" 4#include "deep.h"
7 5
@@ -18,5 +16,3 @@ lua_State* luaG_newstate( Universe* U, lua_State* _from, char const* libs);
18 16
19void initialize_on_state_create( Universe* U, lua_State* L); 17void initialize_on_state_create( Universe* U, lua_State* L);
20void call_on_state_create( Universe* U, lua_State* L, lua_State* from_, LookupMode mode_); 18void call_on_state_create( Universe* U, lua_State* L, lua_State* from_, LookupMode mode_);
21
22#endif // __LANES_STATE_H__