15 lines
248 B
C++
15 lines
248 B
C++
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2016, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license MPL v2.0 (see license file)
|
|
*/
|
|
#include <esignal/details/Signal.hxx>
|
|
#include <etk/types.hpp>
|
|
|
|
|
|
ESIGNAL_DECLARE_SIGNAL(int32_t, etk::String);
|
|
|
|
|