global restruct finish 2 of 3
This commit is contained in:
12
mainwindow.h
12
mainwindow.h
@@ -5,8 +5,10 @@
|
||||
#include <QTimer>
|
||||
#include <QMouseEvent>
|
||||
#include <QKeyEvent>
|
||||
#include "adpainter.h"
|
||||
//#include "adpainter.h"
|
||||
#include "aliens.h"
|
||||
#include "map.h"
|
||||
#include "towers.h"
|
||||
#include "udpsender.h"
|
||||
|
||||
namespace Ui
|
||||
@@ -32,14 +34,14 @@ private:
|
||||
void mousePressEvent(QMouseEvent *e);
|
||||
void keyPressEvent(QKeyEvent *e);
|
||||
Ui::MainWindow *ui;
|
||||
Aliens * aliens;
|
||||
Aliens * maliens;
|
||||
map * mmap;
|
||||
towers * mtowers;
|
||||
//UdpSender * sndr;
|
||||
adpainter * adp;
|
||||
//adpainter * adp;
|
||||
games * GameMain;
|
||||
QTimer *timer;
|
||||
int mousebt;
|
||||
int cellsize, destx, desty;
|
||||
//unsigned int AnimAlien;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user