1 2 3 4 5 6 7 8
#ifndef TILES_H #define TILES_H void load_tiles(int n); void free_tiles(int n); void print_tiles(int n); #endif