about summary refs log tree commit diff
path: root/src/game/g_layers.h
blob: 455b74a8774a656dbcaa949015b670b04819a7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "g_mapitems.h"

void layers_init();

MAPITEM_LAYER_TILEMAP *layers_game();

int layers_num_groups();
MAPITEM_GROUP *layers_get_group(int index);
MAPITEM_LAYER *layers_get_layer(int index);