diff options
Diffstat (limited to 'luapatch.cpp')
-rw-r--r-- | luapatch.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/luapatch.cpp b/luapatch.cpp index f878bd7..0dbae95 100644 --- a/luapatch.cpp +++ b/luapatch.cpp @@ -10,6 +10,7 @@ #include "cdutils.h"
#include "isobuilder.h"
#include "luacd.h"
+#include "luapsx.h" #include "luapatch-res.h"
@@ -439,6 +440,7 @@ virtual int startup(void) throw (GeneralException) { LuaOutput::pushconstruct(L); LuaBuffer::pushconstruct(L); CD_PUSHSTATICS(L); + Luapsx::pushstatics(L); L->push("print"); L->push(myprint); L->settable(LUA_GLOBALSINDEX); |