Physics-Simulator
v1.4.0-beta.2
|
Header for core functions. More...
Go to the source code of this file.
Namespaces | |
cannonballs | |
core | |
Typedefs | |
typedef std::vector< clsCannonball > | VectorCannon |
typedef std::vector< clsRope > | VectorRope |
Functions | |
void | cannonballs::addNew (LOC, LOC, double) |
void | cannonballs::clean_up (void) |
void | cannonballs::checkCollisons (uint) |
bool | cannonballs::checkOverlap (BOX, BOX) |
void | cannonballs::doCollide (uint, uint) |
void | core::fireRandom (void) |
char | core::handleEvent (SDL_Event *) |
int | core::findSelectedBall (LOC) |
void | core::doFireTool (SDL_Event *) |
void | core::doDeleTool (SDL_Event *) |
void | core::doDragTool (SDL_Event *) |
void | core::doDropTool (SDL_Event *) |
void | core::doInfoTool (SDL_Event *) |
void | core::doRopeTool (SDL_Event *) |
Header for core functions.
typedef std::vector<clsCannonball> VectorCannon |
typedef std::vector<clsRope> VectorRope |