diff options
Diffstat (limited to 'include/BLua.h')
-rw-r--r-- | include/BLua.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h index e2fc852..07b1cff 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.h,v 1.19 2004-11-27 21:46:02 pixel Exp $ */ +/* $Id: BLua.h,v 1.20 2004-11-28 12:20:10 pixel Exp $ */ #ifndef __BLUA_H__ #define __BLUA_H__ @@ -37,6 +37,10 @@ extern "C" { #include <Exceptions.h> #include <Handle.h> +//!Basic LUA engine. +/*! + This will create an LUA context, and provide mechanisms to interact with it. +*/ class Lua : public Base { public: Lua(); |