6 lines
157 B
C++
6 lines
157 B
C++
#include "toggle_property.hpp"
|
|
|
|
IkarusToggleProperty::IkarusToggleProperty(IkarusProject * project, IkarusId id):
|
|
IkarusProperty{project, id, this} {
|
|
|
|
}
|