summaryrefslogtreecommitdiff
path: root/source/logic/Smokescreen.cpp
blob: 9ad43166f5866d01c34cbd0f4d8a7b1ce7949be8 (plain)
1
2
3
4
5
6
#include "Smokescreen.h"

Smokescreen::Smokescreen(double x, double y)
    :LimitedTimeObject(x,y,BitmapStore::SMOKE,SMOKE_TIME)
{
}