#include <allegro5/allegro5.h>
#include <allegro5/allegro_font.h>
#include <allegro5/allegro_ttf.h>
#include <allegro5/allegro_image.h>
#include "../include/commons.h"
#include "../include/buttons.h"
#include "../include/options.h"
Go to the source code of this file.
Functions | |
_Bool | get_fps_status (void) |
_Bool | set_fps_status (_Bool _fps) |
void | options (void) |
void | options_cleanup (void) |
void | exit_options (GDATAPTR game) |
Displays and updates the options menu
Definition in file options.c.