Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Packet.h

Go to the documentation of this file.
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

Generated at Thu Jul 11 13:31:51 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001