Fix include statement in mini-tutorial

This commit is contained in:
Simon Hausmann 2022-02-02 13:06:48 +01:00 committed by GitHub
parent 31b375253a
commit 559f108b37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ This will generate a `my_application_ui.h` header file. It basically contains th
(edited for brevity)
```C++
#include <sixtyfps>
#include <sixtyfps.h>
struct TodoItem {
bool checked;