10 lines
318 B
C++
10 lines
318 B
C++
#include "toggle_property.hpp"
|
|
|
|
IkarusToggleProperty::IkarusToggleProperty(IkarusProject * project, IkarusId id):
|
|
IkarusProperty{project, id, this} {}
|
|
|
|
IkarusToggleProperty * ikarus_toggle_property_create(
|
|
struct IkarusProject * project, char const * name, struct IkarusPropertySource * property_source
|
|
) {
|
|
|
|
}
|