mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
move wrapper code to own directory
This commit is contained in:
8
libi2pd_wrapper/api.swigcxx
Normal file
8
libi2pd_wrapper/api.swigcxx
Normal 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"
|
||||
Reference in New Issue
Block a user