00001 #ifndef __PACKET_H 00002 #define __PACKET_H 00003 00004 #include "BasicObject.h" 00005 00006 //used for inheritence 00007 class Packet : public BasicObject 00008 { 00009 }; 00010 00011 #endif