Impl basic ws binary proto with data and execution state manipulation
This commit is contained in:
11
inc/proto/handlers.h
Normal file
11
inc/proto/handlers.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __PROTO_HANDLERS_H__
|
||||
#define __PROTO_HANDLERS_H__
|
||||
|
||||
#include "events.h"
|
||||
|
||||
|
||||
void handleRegEvent(EmulContext* emulContext, ClientRegistrationEvent* ev);
|
||||
void handleAllClients(EmulContext* emulContext);
|
||||
|
||||
|
||||
#endif //ifndef __PROTO_HANDLERS_H__
|
||||
Reference in New Issue
Block a user