Started working on c++ extension

This commit is contained in:
Lukas Wölfer
2020-02-17 02:18:56 +01:00
parent e749c877f1
commit 8cd39b10c2
6 changed files with 3819 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
%module _shenzhen_solitaire
%{
#define SWIG_FILE_WITH_INIT
extern int a;
%}
int a;