aboutsummaryrefslogtreecommitdiff
path: root/TileData.h
blob: 406947f36d05b7fec0ca203229528dda862666fb (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <string>

typedef struct {
	std::string type;
} TileData;