El Octavio  1.0
This is a video game about adventures.
Menu.h
Go to the documentation of this file.
1#pragma once
2
3void setupMenu(RenderWindow& window);
4
6
7bool isShowingFPS(bool& showFPS);
8
9void optionMenu(Event& ev, Texture texture, RenderWindow& window);
10
11void setupVars(RenderWindow& window);
12
13extern bool audioToggle;
14extern bool showFPS;
bool audioToggle
Definition: Menu.cpp:6
void optionMenu(Event &ev, Texture texture, RenderWindow &window)
void setupMenu(RenderWindow &window)
bool showFPS
Definition: Menu.cpp:7
bool isAudioRunning(bool &audioToggle)
Definition: Menu.cpp:216
bool isShowingFPS(bool &showFPS)
Definition: Menu.cpp:221
void setupVars(RenderWindow &window)
Texture texture
Definition: Menu.cpp:17