Notebook Apocalypse
|
Creacion de la clase Proyectil. Más...
#include <clases.h>
Métodos públicos | |
int | y () |
int | velocidad () |
int | dano () |
tipoProyectil | tipo () |
Creacion de la clase Proyectil.
int proyectil::dano | ( | ) |
tipoProyectil proyectil::tipo | ( | ) |
int proyectil::velocidad | ( | ) |
int proyectil::y | ( | ) |