work on winXp

This commit is contained in:
2009-09-07 14:45:31 +04:00
parent 4e723909e7
commit d3064428c3
38 changed files with 36825 additions and 303 deletions

View File

@@ -10,10 +10,10 @@
#include <QDebug>
#include <cmath>
#include <deque>
//#include <deque>
using std::atan;
using std::deque;
//using std::deque;
struct FPVector
{
@@ -59,8 +59,8 @@ struct Alien
float PicFrame;
//float PicI;
//float Regeneration;
deque<QPointF> path;//path() As Point
QPoint DestPnt;
QVector<QPointF> path;//path() As Point
QPoint DestPnt;
// Effect Effects;
};