summaryrefslogtreecommitdiffstats
path: root/src/tmx.h
blob: e2ab7663c64f1310e7877254c6678c43fff06637 (plain)
1
2
3
4
5
6
7
8
#ifndef TMX_H
#define TMX_H

#include "map.h"

struct map *tmx_load(const char *path);

#endif