Lua header.

This commit is contained in:
Steve Checkoway
2006-09-28 06:28:46 +00:00
parent 5bda054b50
commit e5441dfec7
+5
View File
@@ -4,6 +4,11 @@
#include "LuaReference.h"
#include "RageUtil.h"
extern "C"
{
#include "lua-5.1/src/lua.h"
}
/*
* Safely add an integer to an enum.
*