Menu

[b73cc1]: / cmilkyway.h  Maximize  Restore  History

Download this file

22 lines (16 with data), 319 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef CMILKYWAY_H
#define CMILKYWAY_H
#include "cshape.h"
#include "cmapview.h"
#include "cskpainter.h"
class CMilkyWay
{
public:
CMilkyWay();
void load(void);
void render(mapView_t *view, CSkPainter *pPainter, QImage *pImg);
protected:
CShape shape;
};
extern CMilkyWay cMilkyWay;
#endif // CMILKYWAY_H