#pragma once #include #include // fwd class MessageCommandDispatcher; struct ConfigModelI; struct ToxI; struct ToxPrivateI; void registerToxCommands( MessageCommandDispatcher& mcd, ConfigModelI& conf, Contact3Registry& cr, RegistryMessageModel& rmm, ToxI& t, ToxPrivateI& tp );