|
El Octavio
1.0
This is a video game about adventures.
|
#include "../Header files/Precompile.h"#include "../Header files/El Octavo-Functions.h"#include "../Header files/GameClass.h"#include "../Header files/Additional Functions.h"#include "../Header files/Menu.h"
Include dependency graph for El Octavo-Functions.cpp:Go to the source code of this file.
Namespaces | |
| namespace | variables |
Functions | |
| void | moveStaticImages (RectangleShape &body, RenderWindow &window, Npc &test) |
| Vector2f | getRampPos () |
| void | setVars () |
| void | setup (RenderWindow &window) |
| bool | checkCollideWithGround (RectangleShape &body) |
| bool | checkCollideWithRamp (RectangleShape &body) |
| 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 moveStaticImages | ( | RectangleShape & | body, |
| RenderWindow & | window, | ||
| Npc & | test | ||
| ) |
Definition at line 520 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: