El Octavio  1.0
This is a video game about adventures.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Additional Functions.h File Reference
#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
 

Function Documentation

◆ addIcon()

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:

◆ backstory()

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:

◆ changeFPS()

void changeFPS ( int  FPS,
RenderWindow window 
)

Definition at line 8 of file Additional Functions.cpp.

+ Here is the call graph for this function:

Variable Documentation

◆ backstoryImage

Sprite backstoryImage
extern

Definition at line 6 of file Additional Functions.cpp.

◆ backstoryTexture

Texture backstoryTexture
extern

Definition at line 5 of file Additional Functions.cpp.