fun dance (private reply for now)

This commit is contained in:
2023-12-15 01:59:19 +01:00
parent 113a9ec099
commit de3f845918
4 changed files with 71 additions and 0 deletions

16
src/fun_commands.hpp Normal file
View File

@@ -0,0 +1,16 @@
#pragma once
#include <solanaceae/contact/contact_model3.hpp>
#include <solanaceae/message3/registry_message_model.hpp>
// fwd
class MessageCommandDispatcher;
struct ConfigModelI;
void registerFunCommands(
MessageCommandDispatcher& mcd,
ConfigModelI& conf,
Contact3Registry& cr,
RegistryMessageModel& rmm
);