update swig on windows
This commit is contained in:
13
winx64/bin/swigwin-4.0.0/Examples/java/nested/example.i
Normal file
13
winx64/bin/swigwin-4.0.0/Examples/java/nested/example.i
Normal file
@@ -0,0 +1,13 @@
|
||||
%module example
|
||||
|
||||
// This example shows how wrappers for numerous aspects of C++ nested classes work:
|
||||
// Nested static and instance variables and methods and nested enums
|
||||
|
||||
%include <std_string.i>
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
%include "example.h"
|
||||
|
||||
Reference in New Issue
Block a user