Sirikata
liboh/plugins/js/JSObjects/JSGlobal.hpp
Go to the documentation of this file.
00001 
00002 #ifndef __SIRIKATA_JS_GLOBAL_HPP__
00003 #define __SIRIKATA_JS_GLOBAL_HPP__
00004 
00005 #include <sirikata/oh/Platform.hpp>
00006 
00007 #include "../JSObjectScriptManager.hpp"
00008 #include "../JSObjectScript.hpp"
00009 
00010 #include "../JSSerializer.hpp"
00011 
00012 
00013 
00014 namespace Sirikata {
00015 namespace JS {
00016 namespace JSGlobal {
00017 
00018 v8::Handle<v8::Value>checkResources(const v8::Arguments& args);
00019 
00020 }//end jsglobal namespace
00021 }//end js namespace
00022 }//end sirikata
00023 
00024 #endif