#include <allegro5/allegro5.h>
#include <allegro5/allegro_font.h>
#include <allegro5/allegro_ttf.h>
#include <allegro5/allegro_image.h>
#include <stdio.h>
#include "../include/commons.h"
#include "../include/buttons.h"
#include "../include/render.h"
#include "../include/highscores.h"
Go to the source code of this file.
Functions | |
void | highscores (void) |
void | print_scores (ALLEGRO_BITMAP *image, float x, float y, int nflags, ALLEGRO_COLOR color) |
void | load_file (void) |
void | clear_highscores (void) |
void | add_score (int score, char *survival_time) |
int | get_score_pos (int *array, int score) |
int * | get_scores (void) |
void | create_blank_file (void) |
void | highscores_cleanup (void) |
void | exit_highscores (GDATAPTR game) |
Displays and updates the highscores menu
Definition in file highscores.c.