update sqlitecpp & merge property settings into properties
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
3dd30d74c5
commit
7a7f7462a4
39 changed files with 412 additions and 253 deletions
7
src/objects/properties/toggle_property.hpp
Normal file
7
src/objects/properties/toggle_property.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <objects/properties/property.hpp>
|
||||
|
||||
struct IkarusToggleProperty final : IkarusProperty {
|
||||
IkarusToggleProperty(struct IkarusProject * project, IkarusId id);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue