|
El Octavio
1.0
This is a video game about adventures.
|
#include "Precompile.h"
Include dependency graph for Additional Functions.h:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:
Here is the caller graph for this function:| void backstory | ( | RenderWindow & | window, |
| Texture | backstoryTexture, | ||
| Sprite | backstoryImage | ||
| ) |
Definition at line 25 of file Additional Functions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void changeFPS | ( | int | FPS, |
| RenderWindow & | window | ||
| ) |
|
extern |
Definition at line 6 of file Additional Functions.cpp.
|
extern |
Definition at line 5 of file Additional Functions.cpp.