Refactor JSBridge to simplify adding new methods. Add log(message) and a stub for fileExistsInMod(file,mod).

This commit is contained in:
Paul Chote
2010-11-17 12:31:52 +13:00
parent 40235db52e
commit f42f39f9c9
5 changed files with 56 additions and 11 deletions

View File

@@ -16,7 +16,6 @@
{
SidebarEntry *sidebarItems;
GameInstall *game;
JSBridge *jsbridge;
IBOutlet NSOutlineView *outlineView;
IBOutlet WebView *webView;
}