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_LUA_MODULES_H_
2 #define UGDK_SCRIPT_LUA_MODULES_H_
3 
4 #include <ugdk/script.h>
6 
7 namespace ugdk {
8 namespace script {
9 namespace lua {
10 
11 void AddModule(const Module<inittype> &);
12 
13 void RegisterModules(LuaWrapper* wrapper);
14 
15 } /* namespace lua */
16 } /* namespace script */
17 } /* namespace ugdk */
18 
19 
20 #endif /* UGDK_SCRIPT_LUA_MODULES_H_ */
void AddModule(const Module< inittype > &)
Definition: animation.h:11
void RegisterModules(LuaWrapper *wrapper)