Rally X
ELEN3009 Project by Justin Wernick and David Schneider
source/logic/Smokescreen.cpp
Go to the documentation of this file.
00001 #include "Smokescreen.h"
00002 
00003 Smokescreen::Smokescreen(double x, double y)
00004     :LimitedTimeObject(x,y,BitmapStore::SMOKE,SMOKE_TIME)
00005 {
00006 }
 All Classes Files Functions Variables Typedefs Enumerations Enumerator