aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-04-12 12:19:13 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-04-12 12:19:13 -0500
commit9cd39600d43c90045b0da6873900881449e6d609 (patch)
tree9fd20983dd390b2177b8d471440521a43d17975d /tests/include
parentecee58342ee53296eae98fcf4038e6f999b416a5 (diff)
downloadnimterop-9cd39600d43c90045b0da6873900881449e6d609.tar.gz
nimterop-9cd39600d43c90045b0da6873900881449e6d609.zip
Partly fix issue #183, lineTrace:on
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/tast2.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h
index f4cd201..4854eb7 100644
--- a/tests/include/tast2.h
+++ b/tests/include/tast2.h
@@ -155,6 +155,12 @@ typedef struct {
int flags;
} BASS_DEVICEINFO;
+// Issue #183
+struct GPU_Target
+{
+ int w, *h;
+ char *x, y, **z;
+};
@@ -305,6 +311,13 @@ typedef struct {
int flags;
} BASS_DEVICEINFO;
+// Issue #183
+struct GPU_Target
+{
+ int w, *h;
+ char *x, y, **z;
+};
+
#endif