mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +02:00
Removing unnecessary header file
This commit is contained in:
parent
35a8207769
commit
6bff444f15
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
//
|
||||
// PacketCodes.h
|
||||
// Packet codes used throughout all applications
|
||||
//
|
||||
// Created by Leonardo Murillo on 03/26/13.
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved
|
||||
//
|
||||
|
||||
const char PKT_AVATAR_MIXER[] = "X";
|
||||
const char PKT_AUDIO_MIXER[] = "M";
|
||||
const char PKT_INTERACTIVE_AGENT[] = "I";
|
||||
const char PKT_AGENT_DATA[] = "H";
|
||||
const char PKT_DOMAIN_SERVER[] = "D";
|
||||
const char PKT_PING[] = "P";
|
||||
const char PKT_REPLY[] = "R";
|
Loading…
Reference in a new issue