13 lines
304 B
C++
13 lines
304 B
C++
#pragma once
|
|
#include "MapPresent.h"
|
|
|
|
/// <summary>
|
|
/// 샘뇟왕겜데禱삥齡官辜
|
|
/// </summary>
|
|
class BasicUnitDelegate : public UnitPresentDelegate {
|
|
public:
|
|
int unitType() const override;
|
|
|
|
void paint(QPainter* p, const PresentOption& option) override;
|
|
QList<QPointF> endPointsGet(const QRectF& rect);
|
|
}; |