Lua documentation tweaks and make nspace example more concise.

This commit is contained in:
William S Fulton 2014-03-04 07:54:37 +00:00
commit c99417ab13
4 changed files with 21 additions and 31 deletions

View file

@ -4,7 +4,7 @@
#include "example.h"
%}
%nspace MyWorld::Nested::Dweller;
%nspace MyWorld::World;
%nspace MyWorld::Nested::Dweller;
%nspace MyWorld::World;
%include "example.h"