Initial implementation - everything compiles but might not work
This commit is contained in:
parent
9146164748
commit
1c5a0f8b9c
6 changed files with 655 additions and 177 deletions
|
|
@ -2,7 +2,7 @@
|
|||
%module nspace
|
||||
|
||||
// nspace feature only supported by these languages
|
||||
#if defined(SWIGJAVA) || defined(SWIGCSHARP) || defined(SWIGD)
|
||||
#if defined(SWIGJAVA) || defined(SWIGCSHARP) || defined(SWIGD) || defined(SWIGLUA)
|
||||
|
||||
#if defined(SWIGJAVA)
|
||||
SWIG_JAVABODY_PROXY(public, public, SWIGTYPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue