FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_par/partbullet.h

00001 /***************************************************************************
00002                           partdltz.h  -  description
00003                              -------------------
00004     begin                : Sun May 9 2004
00005     copyright            : (C) 2004 by gmp
00006     email                : peppe@newpeppe
00007  ***************************************************************************/
00008 
00009 #ifndef PERTBULLET_H
00010 #define PERTBULLET_H
00011 #include <particella.h>
00012 
00017 //-------------------------
00018 class PartBullet :public  Particella
00019 {  
00020  public:
00021     PartBullet();
00022     virtual ~PartBullet(){};  
00023     virtual void Get_Bersaglio(Device *, double  );
00024 
00025    
00026 };
00027 
00028 #endif
 All Classes Namespaces Files Functions Variables