11 lines
244 B
C
11 lines
244 B
C
#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__
|