El Octavio
1.0
This is a video game about adventures.
|
#include "../Header files/Precompile.h"
#include "../Header files/Additional Functions.h"
#include "../Header files/Menu.h"
Go to the source code of this file.
Functions | |
void | changeFPS (int FPS, RenderWindow &window) |
void | addIcon (RenderWindow &window) |
void | backstory (RenderWindow &window, Texture backstoryTexture, Sprite backstoryImage) |
Variables | |
Texture | backstoryTexture |
Sprite | backstoryImage |
void addIcon | ( | RenderWindow & | window | ) |
Definition at line 13 of file Additional Functions.cpp.
void backstory | ( | RenderWindow & | window, |
Texture | backstoryTexture, | ||
Sprite | backstoryImage | ||
) |
Definition at line 25 of file Additional Functions.cpp.
void changeFPS | ( | int | FPS, |
RenderWindow & | window | ||
) |
Sprite backstoryImage |
Definition at line 6 of file Additional Functions.cpp.
Texture backstoryTexture |
Definition at line 5 of file Additional Functions.cpp.