Removing unnecessary header file

This commit is contained in:
Leonardo Murillo 2013-04-09 14:58:27 -06:00
parent 35a8207769
commit 6bff444f15

View file

@ -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";