work on winXp
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user