Revert "removed the kdevelop project files from the repo"
[beacon-ss.git] / src / beacon / signal.hpp
blob1c3e9b6a6a5fc777d84dad438eb70d69e3a63926
1 /**
2 * beacon
3 * Author: Lukas Krejci <krejci.l@centrum.cz>, (C) 2008
4 * Copyright: See COPYING file that comes with this distribution
5 */
7 #ifndef BEACON_signal_H
8 #define BEACON_signal_H
10 #include <beacon/fast_signal.hpp>
11 #include <beacon/combinable_signal.hpp>
13 #endif