Add a visitor to visit the items of a component

This commit is contained in:
Olivier Goffart 2020-05-07 12:11:01 +02:00
parent e01de2e0ff
commit 0398a221d2
3 changed files with 34 additions and 29 deletions

View file

@ -1,4 +1,6 @@
using str = char; //FIXME: this is just required because of something wrong with &str in cbindgen, but one should not have &str anyway
#include "sixtyfps_internal.h"
namespace sixtyfps {