El Octavio
1.0
This is a video game about adventures.
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Variables
a
b
c
d
e
f
g
i
j
k
m
n
p
r
s
t
w
Typedefs
b
c
f
g
i
m
s
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
Files
File List
File Members
All
a
b
c
g
i
m
o
s
Functions
a
b
c
g
i
m
o
s
Variables
Macros
▼
El Octavio
►
Team El Octavo
►
Documentation
Download
Deprecated List
►
Modules
►
Namespaces
►
Classes
▼
Files
▼
File List
Documents
▼
Program
►
External
▼
Game
►
Cpp files
▼
Header files
►
Additional Functions.h
►
El Octavo-Functions.h
►
GameClass.h
►
Menu.h
Precompile.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Additional Functions.h
Go to the documentation of this file.
1
#pragma once
2
#include "
Precompile.h
"
3
4
void
changeFPS
(
int
FPS,
RenderWindow
& window);
5
6
void
addIcon
(
RenderWindow
& window);
7
8
void
backstory
(
RenderWindow
& window,
Texture
backstoryTexture
,
Sprite
backstoryImage
);
9
10
extern
Texture
backstoryTexture
;
11
extern
Sprite
backstoryImage
;
addIcon
void addIcon(RenderWindow &window)
Definition:
Additional Functions.cpp:13
backstory
void backstory(RenderWindow &window, Texture backstoryTexture, Sprite backstoryImage)
Definition:
Additional Functions.cpp:25
changeFPS
void changeFPS(int FPS, RenderWindow &window)
Definition:
Additional Functions.cpp:8
backstoryImage
Sprite backstoryImage
Definition:
Additional Functions.cpp:6
backstoryTexture
Texture backstoryTexture
Definition:
Additional Functions.cpp:5
Precompile.h
sf::RenderWindow
Window that can serve as a target for 2D drawing.
Definition:
RenderWindow.hpp:45
sf::Sprite
Drawable representation of a texture, with its own transformations, color, etc.
Definition:
Sprite.hpp:48
sf::Texture
Image living on the graphics card that can be used for drawing.
Definition:
Texture.hpp:49
Program
Game
Header files
Additional Functions.h
Generated by
1.9.4