6 lines
77 B
C++
6 lines
77 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class SharedKeyPacket : public Packet {
|
|
}; |