Files
totato/src/fun_commands.hpp
2025-03-10 20:40:25 +01:00

16 lines
266 B
C++

#pragma once
#include <solanaceae/message3/registry_message_model.hpp>
// fwd
class MessageCommandDispatcher;
struct ConfigModelI;
void registerFunCommands(
MessageCommandDispatcher& mcd,
ConfigModelI& conf,
ContactStore4I& cs,
RegistryMessageModelI& rmm
);