|
@ -1,6 +1,6 @@ |
|
|
#pragma once
|
|
|
#pragma once
|
|
|
#include <stdint.h>
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
#define ZPACKET_STRUCT(ordername, type, ...) \
|
|
|
#define ZPACKET_STRUCT(ordername, type, ...) \
|
|
|
typedef struct { \ |
|
|
typedef struct { \ |
|
|
__VA_ARGS__ \ |
|
|
__VA_ARGS__ \ |
|
@ -78,6 +78,7 @@ typedef enum { |
|
|
|
|
|
|
|
|
} // namespace zcr
|
|
|
} // namespace zcr
|
|
|
} // namespace iflytop
|
|
|
} // namespace iflytop
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "sdk\components\zprotocols\zcancmder_v2\api\packet_interface.hpp"
|
|
|
#include "sdk\components\zprotocols\zcancmder_v2\api\packet_interface.hpp"
|