move wrapper code to own directory

This commit is contained in:
idk
2021-06-24 09:35:42 -04:00
parent f5db34b98b
commit f9d9aa0306
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"