libikarus/src/objects/properties/toggle_property.hpp
Folling cc73cf000d
fixup compile errors and allow fetching property properly from cache
Signed-off-by: Folling <mail@folling.io>
2025-01-01 14:07:47 +01:00

8 lines
193 B
C++

#pragma once
#include <objects/properties/property.hpp>
struct IkarusToggleProperty final : IkarusProperty {
public:
IkarusToggleProperty(struct IkarusProject * project, IkarusId id);
};