UGDK
|
00001 00002 #ifndef PYRAMIDWORKS_MODULES_H_ 00003 #define PYRAMIDWORKS_MODULES_H_ 00004 00005 #include <ugdk/script.h> 00006 00007 namespace pyramidworks { 00008 00010 00013 void RegisterLuaModules(ugdk::script::lua::LuaWrapper* wrapper); 00014 00016 00019 void RegisterPythonModules(ugdk::script::python::PythonWrapper* wrapper); 00020 00021 } 00022 00023 #endif /* PYRAMIDWORKS_MODULES_H_ */