fix various issues
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
f5eebbb474
commit
7b549824f0
12 changed files with 33 additions and 50 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue