eco2d/code/common/packets/pkt_send_librg_update.h

9 lines
199 B
C
Raw Normal View History

2021-05-05 13:14:02 +00:00
#pragma once
#include "system.h"
#include "packet_utils.h"
2021-05-10 06:28:56 +00:00
size_t pkt_send_librg_update_encode(void *data, int32_t data_length, uint8_t layer_id);
2021-05-05 13:14:02 +00:00
PKT_HANDLER_PROC(pkt_send_librg_update_handler);