add loader

add schema
new loader model using xml
separated work and load data
validation using schema
map data in xml
new core model... proecting
This commit is contained in:
2010-08-19 20:52:32 +03:00
parent 87455a622e
commit da42fe8f58
20 changed files with 943 additions and 140 deletions

View File

@@ -7,6 +7,7 @@
#include "aliens.h"
#include "towers.h"
#include "splashes.h"
#include "loader.h"
class adCore : public QThread
{
@@ -19,6 +20,7 @@ public:
Aliens *adaliens;
Towers *adtowers;
Splashes *adsplashes;
Loader * adload;
int step;
signals: