aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/deep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deep.h b/src/deep.h
index 1710aba..e15f07b 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -43,6 +43,8 @@ struct DeepPrelude
43 : factory{ factory_ } 43 : factory{ factory_ }
44 { 44 {
45 } 45 }
46
47 void push(lua_State* L_) const;
46}; 48};
47 49
48// ################################################################################################# 50// #################################################################################################