El Octavio
1.0
This is a video game about adventures.
|
#include "Precompile.h"
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.
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 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.