Fixing documentation. Adding an example.
This commit is contained in:
parent
736c6b953e
commit
6b18d20979
6 changed files with 110 additions and 8 deletions
10
Examples/lua/nspace/example.i
Normal file
10
Examples/lua/nspace/example.i
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
%module example
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
%nspace MyWorld::Nested::Dweller;
|
||||
%nspace MyWorld::World;
|
||||
|
||||
%include "example.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue