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