Rally X
ELEN3009 Project by Justin Wernick and David Schneider
Public Member Functions
Rock Class Reference

A game object that acts as an obstacle to the player. More...

#include <Rock.h>

Inheritance diagram for Rock:
GameObject

List of all members.

Public Member Functions

 Rock (double x, double y)
 Creates a Rock at the given coordinates.

Detailed Description

A game object that acts as an obstacle to the player.

Does nothing actively.

Author:
Justin Wernick
David Schneider

Definition at line 15 of file Rock.h.


Constructor & Destructor Documentation

Rock::Rock ( double  x,
double  y 
)

Creates a Rock at the given coordinates.

Parameters:
[in]xThe x coordinate of the Rock's position.
[in]yThe y coordinate of the Rock's position.

Definition at line 3 of file Rock.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator