summaryrefslogtreecommitdiff
path: root/src/angband.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-18 13:52:06 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-18 19:48:30 +0200
commitc1f2b8f2d299d22be4ad3f2f176b6e106eeff6dc (patch)
treef43acfe2b42b0f00a21ceb083857424bbb63d5ef /src/angband.h
parent4dd2ffb52df44aa78719a49492db9e79b6b01215 (diff)
Lua: Move school_book[] to C
Diffstat (limited to 'src/angband.h')
-rw-r--r--src/angband.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/angband.h b/src/angband.h
index cac38122..93e3b76e 100644
--- a/src/angband.h
+++ b/src/angband.h
@@ -45,6 +45,12 @@ extern "C" {
/*
+ * SGLIB
+ */
+#include "sglib.h"
+
+
+/*
* Now, include the define's, the type's, and the extern's
*/
#include "defines.h"