From c1f2b8f2d299d22be4ad3f2f176b6e106eeff6dc Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 18 May 2012 13:52:06 +0200 Subject: Lua: Move school_book[] to C --- src/angband.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/angband.h') diff --git a/src/angband.h b/src/angband.h index cac38122..93e3b76e 100644 --- a/src/angband.h +++ b/src/angband.h @@ -44,6 +44,12 @@ extern "C" { #include "config.h" +/* + * SGLIB + */ +#include "sglib.h" + + /* * Now, include the define's, the type's, and the extern's */ -- cgit v1.2.3