mirror of
https://github.com/overte-org/overte.git
synced 2025-08-19 18:39:05 +02:00
remove interface define in PacketHeader.h
This commit is contained in:
parent
2031d26ffe
commit
b636536ab7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#ifndef hifi_PacketHeaders_h
|
||||
#define hifi_PacketHeaders_h
|
||||
|
||||
const char PACKET_HEADER_INTERFACE = 'I';
|
||||
const char PACKET_HEADER_DOMAIN = 'D';
|
||||
const char PACKET_HEADER_PING = 'P';
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue