Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 273 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 273 Bytes

This header only repository include the files required for the creation of an event system (not thread safe).

Signal.h includes a basic signal-slot object.

Property.h includes an observable property.

Test.cpp includes a set of examples on how to use the included files.