Module info in json.

This commit is contained in:
Ben Vanik
2013-12-24 17:25:29 -08:00
parent c45f573472
commit dcd9f8b6ff
7 changed files with 339 additions and 125 deletions

View File

@@ -26,6 +26,8 @@ public:
XexModule(XenonRuntime* runtime);
virtual ~XexModule();
xe_xex2_ref xex() const { return xex_; }
int Load(const char* name, const char* path, xe_xex2_ref xex);
virtual const char* name() const { return name_; }