Change the representation of the Property to be more FFI friendly

This commit is contained in:
Olivier Goffart 2020-05-19 13:48:11 +02:00
parent cdeb3a4312
commit 8ec6fd5237
6 changed files with 258 additions and 72 deletions

View file

@ -1,3 +1,4 @@
#pragma once
namespace sixtyfps::internal {
// Workaround https://github.com/eqrion/cbindgen/issues/43
struct ComponentVTable;