mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-25 01:08:40 +00:00
11 lines
219 B
C
Executable File
11 lines
219 B
C
Executable File
#ifndef COMS_NETWORK_PACKET_GENERAL_PING_H
|
|
#define COMS_NETWORK_PACKET_GENERAL_PING_H
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "../../../stdlib/Types.h"
|
|
#include "../PacketHeader.h"
|
|
|
|
typedef CustomHeaderUnpacked AckPacket;
|
|
|
|
#endif |