El Octavio
1.0
This is a video game about adventures.
|
#include "../Header files/Precompile.h"
#include "../Header files/Menu.h"
#include "../Header files/El Octavo-Functions.h"
#include "../Header files/Additional Functions.h"
Go to the source code of this file.
Namespaces | |
namespace | variables |
Functions | |
void | setupMenu (RenderWindow &window) |
void | setupVars (RenderWindow &window) |
void | optionMenu (Event &ev, Texture texture, RenderWindow &window) |
bool | isAudioRunning (bool &audioToggle) |
bool | isShowingFPS (bool &showFPS) |
Variables | |
bool | audioToggle = true |
bool | showFPS = true |
Event | variables::evMenu |
Texture | variables::textureMenu |
Sprite | variables::bgImageMenu |
Music | variables::music |
Texture | variables::texture |
Texture | variables::checkButtonTexture |
Sprite | variables::checkButtonImage [2] |
bool | variables::setPositionByDefault = true |
bool isAudioRunning | ( | bool & | audioToggle | ) |
bool isShowingFPS | ( | bool & | showFPS | ) |
void optionMenu | ( | Event & | ev, |
Texture | texture, | ||
RenderWindow & | window | ||
) |
void setupMenu | ( | RenderWindow & | window | ) |
void setupVars | ( | RenderWindow & | window | ) |