progressbar.c File Reference

#include <allegro5/allegro5.h>
#include <allegro5/allegro_font.h>
#include <allegro5/allegro_primitives.h>
#include "../include/progressbar.h"

Go to the source code of this file.

Functions

PROGRESSBARPTR get_first_element_from_progress_bar_list (void)
PROGRESSBARPTR set_first_element_in_progress_bar_list (PROGRESSBARPTR *newfirst)
PROGRESSBARPTR create_new_progress_bar (char *label, float x, float y, float width, float height, float rx, float ry, ALLEGRO_COLOR out_color, ALLEGRO_COLOR in_color, float thickness, _Bool add_to_list)
PROGRESSBARPTR add_element_to_progress_bar_list (PROGRESSBARPTR *progbar)
PROGRESSBARPTR remove_element_from_progress_bar_list (char *label)
PROGRESSBARPTR search_progress_bar_list_for_element (char *label)
void render_progress_bars (void)
_Bool empty_progress_bar_list (PROGRESSBARPTR firstptr)

Detailed Description

Routines to draw and update progress bars

Definition in file progressbar.c.

Generated on Fri Sep 24 21:36:14 2010 for SpeedRun! by  doxygen 1.6.3