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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user