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
Go to the documentation of this file.
1#pragma once
2#include "Precompile.h"
3
4void changeFPS(int FPS, RenderWindow& window);
5
6void addIcon(RenderWindow& window);
7
9
void addIcon(RenderWindow &window)
void backstory(RenderWindow &window, Texture backstoryTexture, Sprite backstoryImage)
void changeFPS(int FPS, RenderWindow &window)
Sprite backstoryImage
Texture backstoryTexture
Window that can serve as a target for 2D drawing.
Drawable representation of a texture, with its own transformations, color, etc.
Definition: Sprite.hpp:48
Image living on the graphics card that can be used for drawing.
Definition: Texture.hpp:49