#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/howtoplay.h"
Go to the source code of this file.
Functions | |
void | howtoplay (void) |
void | howtoplay_cleanup (void) |
void | exit_howtoplay (GDATAPTR game) |
Displays and updates the howtoplay menu
Definition in file howtoplay.c.