![]() |
SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
|
player's projectiles More...
#include <projectiles.h>


Public Member Functions | |
| Torpedo (int x, int y, playerID owner) | |
| constuctor for the torpedo class More... | |
Public Attributes | |
| playerID | owner |
| id of the player that shot the torpedo More... | |
player's projectiles
Definition at line 22 of file projectiles.h.
| Torpedo::Torpedo | ( | int | x, |
| int | y, | ||
| playerID | owner | ||
| ) |
constuctor for the torpedo class
| [in] | x | : horizontal pixel coordinate |
| [in] | y | : vertical pixel coordinate |
Definition at line 12 of file projectiles.cpp.
| playerID Torpedo::owner |
id of the player that shot the torpedo
Definition at line 28 of file projectiles.h.