/* core/signals.cc This file is part of the Osirion project and is distributed under the terms and conditions of the GNU General Public License version 2 */ #include "core/signals.h" namespace core { void Signal::send(Player *sender, Player *reciever, Signals signal) { } } // namespace core