UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
modules.h
Go to the documentation of this file.
1 
2 #ifndef UGDK_MODULES_H_
3 #define UGDK_MODULES_H_
4 
5 #include <ugdk/script.h>
6 
7 namespace ugdk {
8 
10 
13 void RegisterLuaModules(script::lua::LuaWrapper* wrapper);
14 
16 
19 void RegisterPythonModules(script::python::PythonWrapper* wrapper);
20 
21 }
22 
23 #endif /* UGDK_MODULES_H_ */