From e151425087b6c0ee8c4d099bfc2d6d1268201db0 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 23 Oct 2024 20:47:31 -0400 Subject: Add WARP integration https://github.com/Vector35/warp/ --- plugins/warp/fixtures/src/library.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/warp/fixtures/src/library.h (limited to 'plugins/warp/fixtures/src/library.h') diff --git a/plugins/warp/fixtures/src/library.h b/plugins/warp/fixtures/src/library.h new file mode 100644 index 00000000..ec7a6e63 --- /dev/null +++ b/plugins/warp/fixtures/src/library.h @@ -0,0 +1,11 @@ +#pragma once + +struct MyStruct { + int a; + int b; + const char* c; + struct MyStruct* d; +}; + +int myFunction(int x); +struct MyStruct myFunction2(int x); \ No newline at end of file -- cgit v1.3.1