diff options
author | pixel <pixel> | 2004-02-29 17:44:42 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-02-29 17:44:42 +0000 |
commit | bbfc93a5b990d1009777de1fbd3efd51508f18ce (patch) | |
tree | d1b9a9256427447e707109b3e03d75c641e78177 /luapatch.cpp | |
parent | 852c11ab9698566e3a718b53b7a0527f14707504 (diff) |
First crude try of implementing BS encoding
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); |