mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 06:31:29 -07:00
9 lines
118 B
C
9 lines
118 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
void LogPacket(
|
|
const char *direction,
|
|
const void *data,
|
|
size_t size
|
|
); |