X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=tools%2Fminiswig%2Fcreate_wrapper.hpp;h=a2e5395d67fcf14c4c946d55a62e3a7d9c869bd7;hb=3aa6936791cf24344e27d452ab2fd8c33fb5a2e8;hp=1814cf4f9a9065dc4d726c4ec21683510a3754e5;hpb=5cb6d627c8c62aa8ed7947a0e2e7ce3fcf08c3b5;p=supertux.git diff --git a/tools/miniswig/create_wrapper.hpp b/tools/miniswig/create_wrapper.hpp index 1814cf4f9..a2e5395d6 100644 --- a/tools/miniswig/create_wrapper.hpp +++ b/tools/miniswig/create_wrapper.hpp @@ -21,6 +21,8 @@ public: void create_wrapper(Namespace* ns); private: + std::string ns_prefix; + void create_register_functions_code(Namespace* ns); void create_register_function_code(Function* function, Class* _class); void create_register_classes_code(Namespace* ns); @@ -29,7 +31,7 @@ private: void create_register_constants_code(Namespace* ns); void create_register_slot_code(const std::string& what, const std::string& name); - + void create_function_list(Namespace* ns); void create_const_lists(Namespace* ns); void create_class_const_lists(Class* _class); @@ -42,4 +44,3 @@ private: }; #endif -