#include <allegro5/allegro5.h>#include <allegro5/allegro_font.h>#include <allegro5/allegro_ttf.h>#include "chipmunk.h"#include "../include/commons.h"#include "../include/buttons.h"#include "../include/sprites.h"#include "../include/physcol.h"#include "../include/inits.h"Go to the source code of this file.
Functions | |
| _Bool | init_base_images (void) |
| _Bool | init_core_sprites (void) |
| _Bool | game_start_init (void) |
| _Bool | init_buttons (void) |
| _Bool | init_button_images (void) |
| _Bool | init_chipmunk (void) |
Contains functions that initialize the base image lists, buttons, sprites and other specific game objects
Definition in file inits.c.
1.6.3