nesca/darkmap.h

30 lines
416 B
C
Raw Normal View History

2014-08-08 23:02:44 +00:00
#ifndef DARKMAP_H
#define DARKMAP_H
#pragma once
#include "nesca_3.h"
#include "resource.h"
class DarkMap : public QThread
{
Q_OBJECT
public:
static int cou;
static int qwmGrWidth;
static int qwmGrHeight;
static void doEmitionDrawText();
public: signals: void sDrawText();
public:
void doEmitDrawText();
protected:
void run();
};
extern DarkMap *dmTh;
#endif // DARKMAP_H