fixup compile errors and allow fetching property properly from cache

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2023-11-27 13:13:54 +01:00 committed by Folling
parent 549bad7aac
commit cc73cf000d
No known key found for this signature in database
21 changed files with 213 additions and 122 deletions

View file

@ -1,8 +1,8 @@
//
// Created by Jonathan Purol on 26.11.23.
//
#pragma once
#ifndef TEXT_PROPERTY_HPP
#define TEXT_PROPERTY_HPP
#include <objects/properties/property.hpp>
#endif //TEXT_PROPERTY_HPP
struct IkarusTextProperty final : IkarusProperty {
public:
IkarusTextProperty(struct IkarusProject * project, IkarusId id);
};