More work on signal: the C++ part is working

This commit is contained in:
Olivier Goffart 2020-05-20 18:21:12 +02:00
parent 83d206ea39
commit 4575011293
15 changed files with 166 additions and 59 deletions

View file

@ -2,6 +2,7 @@
namespace sixtyfps::internal {
// Workaround https://github.com/eqrion/cbindgen/issues/43
struct ComponentVTable;
struct ItemVTable;
}
#include "sixtyfps_internal.h"
#include "sixtyfps_gl_internal.h"