Files
hmmmm/inc/proto/handlers/control.h
2026-02-11 12:18:59 +03:00

10 lines
248 B
C

#ifndef __PROTO_HANDLERS_CONTROL_H__
#define __PROTO_HANDLERS_CONTROL_H__
#include "proto/msg.h"
#include "proto/dial.h"
void handleIncomingControlMessage(BaseMessage* msg, EmulContext* emulContext);
#endif //ifndef __PROTO_HANDLERS_CONTROL_H__