00001 #include "Racket.h" 00002 00003 00004 Racket::Racket(float xpos,float ypos,float width,float height,Color * color):GameObject(xpos,ypos,width,height,color) 00005 { 00006 00007 }