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