1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Try different opaque pointer

This commit is contained in:
Marijn van der Werf
2017-09-23 15:33:08 +02:00
parent 9d80f7efed
commit efa87bf931

View File

@@ -37,7 +37,8 @@ public:
Intent * putExtra(uint32 key, utf8string value);
};
#else
typedef void Intent;
// Allow C code to use `Intent *`
typedef struct Intent Intent;
#endif