Rename the C++ header files

This commit is contained in:
Simon Hausmann 2022-02-02 13:00:16 +01:00
parent 8781c6e867
commit fcf59f3793
27 changed files with 84 additions and 88 deletions

View file

@ -477,7 +477,7 @@ pub fn generate(doc: &Document) -> impl std::fmt::Display {
file.includes.push("<limits>".into());
file.includes.push("<cstdlib>".into()); // TODO: ideally only include this if needed (by to_float)
file.includes.push("<cmath>".into()); // TODO: ideally only include this if needed (by floor/ceil/round)
file.includes.push("<sixtyfps.h>".into());
file.includes.push("<slint.h>".into());
file.declarations.extend(doc.root_component.embedded_file_resources.borrow().iter().map(
|(path, er)| {