binana/profile/3.3.5a-windows-386/include/net/message_handler.h
superp00t e2399e9d6d
Some checks are pending
Push / build (push) Waiting to run
feat(profile): update many things
2026-05-09 19:12:45 -04:00

11 lines
290 B
C

#ifndef NET_MESSAGE_HANDLER_H
#define NET_MESSAGE_HANDLER_H
#include "common/datastore.h"
#include "net/message.h"
typedef int32_t (
*MESSAGE_HANDLER_interface)(void* param, NETMESSAGE msgId, uint32_t time, CDataStore* msg);
typedef MESSAGE_HANDLER_interface MESSAGE_HANDLER;
#endif