summaryrefslogtreecommitdiff
path: root/impls/monero.dart/ffigen_wownero.yaml
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-07-30 14:05:19 +0200
committerGitHub <noreply@github.com>2024-07-30 14:05:19 +0200
commit3b9928a665099f10cfd7e17f82cdf222e9f3ae27 (patch)
tree162c19a77786e51304705200d11dc7cfd7da06dd /impls/monero.dart/ffigen_wownero.yaml
parent734662a597d9684f30cb46d20134d52d3631b712 (diff)
Embed monero.dart into monero_c (#16)
Diffstat (limited to 'impls/monero.dart/ffigen_wownero.yaml')
-rw-r--r--impls/monero.dart/ffigen_wownero.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/impls/monero.dart/ffigen_wownero.yaml b/impls/monero.dart/ffigen_wownero.yaml
new file mode 100644
index 0000000..e057fa1
--- /dev/null
+++ b/impls/monero.dart/ffigen_wownero.yaml
@@ -0,0 +1,11 @@
+name: WowneroC
+description: monero_c wownero bindings
+output: 'lib/src/generated_bindings_wownero.g.dart'
+headers:
+ entry-points:
+ - 'wownero_wallet2_api_c.h'
+
+exclude-all-by-default: true
+functions:
+ include:
+ - "WOWNERO_.+" \ No newline at end of file