summaryrefslogtreecommitdiff
path: root/src/pso/TMainTask.cpp
blob: 88216e577a32c0d76f82085f555855e834cca130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "pso/TMainTask.h"
#include "pso/TObject.h"

TMainTask::~TMainTask() {
	this->delete_children();
}

TMainTask::TMainTask() : TObject(NULL) {
	name = TMainTask_name;
	task_flags = 0;
	mbr_0x20 = 0;
	mbr_0x24 = 0;
};