|
El Octavio
1.0
This is a video game about adventures.
|
#include "Precompile.h"
Include dependency graph for El Octavo-Functions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CollisionBlock |
| class | Npc |
Functions | |
| bool | checkCollideWithGround (RectangleShape &body) |
| void | setVars () |
| void | setup (RenderWindow &window) |
| bool | checkCollideWithRamp (RectangleShape &body) |
| Vector2f | getRampPos () |
| bool checkCollideWithGround | ( | RectangleShape & | body | ) |
Definition at line 486 of file El Octavo-Functions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool checkCollideWithRamp | ( | RectangleShape & | body | ) |
Definition at line 490 of file El Octavo-Functions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Vector2f getRampPos | ( | ) |
Definition at line 516 of file El Octavo-Functions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setup | ( | RenderWindow & | window | ) |
Definition at line 307 of file El Octavo-Functions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setVars | ( | ) |
Definition at line 227 of file El Octavo-Functions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: