fix various issues

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
folling 2024-01-13 23:46:33 +01:00 committed by Folling
parent f5eebbb474
commit 7b549824f0
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
12 changed files with 33 additions and 50 deletions

View file

@ -1,19 +1,17 @@
#include "project.hpp"
#include "migrations.hpp"
#include "ikarus/persistence/project.h"
#include <boost/filesystem.hpp>
#include <cppbase/strings.hpp>
#include <ikarus/persistence/project.h>
#include <objects/blueprint.hpp>
#include <objects/entity.hpp>
#include <objects/properties/number_property.hpp>
#include <objects/properties/property.hpp>
#include <objects/properties/text_property.hpp>
#include <objects/properties/toggle_property.hpp>
#include <persistence/migrations.hpp>
#include <persistence/project.hpp>
IkarusProject::IkarusProject(std::string_view name, std::string_view path, std::unique_ptr<sqlitecpp::Connection> && db):
name{name},