update swig on windows
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
%module ruby_alias_module_function
|
||||
|
||||
%alias get_my_name "nickname,fullname";
|
||||
|
||||
%inline %{
|
||||
|
||||
const char *get_my_name(){
|
||||
return "Chester Tester";
|
||||
}
|
||||
|
||||
%}
|
||||
Reference in New Issue
Block a user