#ifndef TILEDEF_UNRAND_H
#define TILEDEF_UNRAND_H

int unrandart_to_tile(int unrand);
int unrandart_to_doll_tile(int unrand);

#endif