Скачиваний:
42
Добавлен:
16.04.2013
Размер:
396 б
Скачать
//---------------------------------------------------------------------------

#ifndef ballH
#define ballH
//---------------------------------------------------------------------------
class pict
{
   public:
      pict (TImage* _Img);
      int a;
      void RotateToAngle (float dAng);
      void Hide();

   private:
      float xc,yc,ang;
      TImage* Img;

};
#endif


Соседние файлы в папке part1