#ifndef TILE_DRAWER_H_
#define TILE_DRAWER_H_

#include "general.h"
#include "state_type.h"

#define NO_MORE_TILES -1

extern int draw_tiles(struct state_t * state);

#endif /* TILE_DRAWER_H_ */
