El Octavio  1.0
This is a video game about adventures.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Menu.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void setupMenu (RenderWindow &window)
 
bool isAudioRunning (bool &audioToggle)
 
bool isShowingFPS (bool &showFPS)
 
void optionMenu (Event &ev, Texture texture, RenderWindow &window)
 
void setupVars (RenderWindow &window)
 

Variables

bool audioToggle
 
bool showFPS
 

Function Documentation

◆ isAudioRunning()

bool isAudioRunning ( bool &  audioToggle)

Definition at line 216 of file Menu.cpp.

+ Here is the caller graph for this function:

◆ isShowingFPS()

bool isShowingFPS ( bool &  showFPS)

Definition at line 221 of file Menu.cpp.

+ Here is the caller graph for this function:

◆ optionMenu()

void optionMenu ( Event &  ev,
Texture  texture,
RenderWindow &  window 
)

◆ setupMenu()

void setupMenu ( RenderWindow &  window)

◆ setupVars()

void setupVars ( RenderWindow &  window)

Variable Documentation

◆ audioToggle

bool audioToggle
extern

Definition at line 6 of file Menu.cpp.

◆ showFPS

bool showFPS
extern

Definition at line 7 of file Menu.cpp.