summaryrefslogtreecommitdiff
path: root/Examples/lua/nspace/example.i
blob: c30f87fec7944ab9f0633c5a6a2846e4093576dc (plain)
1
2
3
4
5
6
7
8
9
10
%module example

%{
#include "example.h"
%}

%nspace MyWorld::Nested::Dweller;
%nspace MyWorld::World;

%include "example.h"