El Octavio
1.0
This is a video game about adventures.
|
#include "Precompile.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 | ||
) |
|
extern |
Definition at line 6 of file Additional Functions.cpp.
|
extern |
Definition at line 5 of file Additional Functions.cpp.