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