move wrapper code to own directory

This commit is contained in:
idk 2021-06-24 09:35:42 -04:00
parent f5db34b98b
commit f9d9aa0306
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1
6 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// See swig.org for more inteface options,
// e.g. map std::string to Go string
%{
#include "capi.h"
%}
%include "capi.h"