Skip to content

Commit

Permalink
Rearranged C# SWIG file so it compiles cleanly.
Browse files Browse the repository at this point in the history
  • Loading branch information
bil.simser@gmail.com committed May 4, 2012
1 parent 98b3978 commit 6925322
Showing 1 changed file with 11 additions and 10 deletions.
Expand Up @@ -66,6 +66,12 @@


%module micropolisengine %module micropolisengine



%include <stl.i>
%include <arrays_csharp.i>
%include <typemaps.i>


%{ %{


//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
Expand All @@ -84,9 +90,11 @@
%} %}




%include <stl.i> %include "data_types.h"
%include <arrays_csharp.i> %include "map_type.h"
%include <typemaps.i> %include "micropolis.h"
%include "generate.h"
%include "text.h"




//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -139,13 +147,6 @@
%ignore Map::operator=; %ignore Map::operator=;




%include "data_types.h"
%include "map_type.h"
%include "micropolis.h"
%include "generate.h"
%include "text.h"


//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
// Templates // Templates
// //
Expand Down

0 comments on commit 6925322

Please sign in to comment.