UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
modules.h
Go to the documentation of this file.
1 #ifndef UGDK_SCRIPT_PYTHON_MODULES_H_
2 #define UGDK_SCRIPT_PYTHON_MODULES_H_
3 
4 #include <ugdk/script.h>
6 
7 namespace ugdk {
8 namespace script {
9 namespace python {
10 
11 void AddModule(const Module<inittype> &);
12 
13 void RegisterModules(PythonWrapper* wrapper);
14 
15 } /* namespace python */
16 } /* namespace script */
17 } /* namespace ugdk */
18 
19 
20 #endif /* UGDK_SCRIPT_PYTHON_MODULES_H_ */
Definition: animation.h:11
void AddModule(const Module< inittype > &)
void RegisterModules(PythonWrapper *wrapper)