summaryrefslogtreecommitdiff
path: root/src/cmd1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commit05f1835fd9ec10fa3dd3c9962605e889ec0fc698 (patch)
tree29be9e6ea0daf4c4e3c88ed19e82cc570cd0cb96 /src/cmd1.cc
parente574b1a3941295190b6809efd18b33b80f8bd7a1 (diff)
Move lua_bind.cc declarations to separate header file
Diffstat (limited to 'src/cmd1.cc')
-rw-r--r--src/cmd1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd1.cc b/src/cmd1.cc
index 8dff71b4..e5fa0a7f 100644
--- a/src/cmd1.cc
+++ b/src/cmd1.cc
@@ -15,6 +15,7 @@
#include "files.hpp"
#include "gods.hpp"
#include "hooks.h"
+#include "lua_bind.hpp"
#include "mimic.hpp"
#include "monster2.hpp"
#include "monster3.hpp"