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"
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.
bool checkCollideWithRamp | ( | RectangleShape & | body | ) |
Definition at line 490 of file El Octavo-Functions.cpp.
Vector2f getRampPos | ( | ) |
Definition at line 516 of file El Octavo-Functions.cpp.
void moveStaticImages | ( | RectangleShape & | body, |
RenderWindow & | window, | ||
Npc & | test | ||
) |
Definition at line 520 of file El Octavo-Functions.cpp.
void setup | ( | RenderWindow & | window | ) |
Definition at line 307 of file El Octavo-Functions.cpp.
void setVars | ( | ) |
Definition at line 227 of file El Octavo-Functions.cpp.