summaryrefslogtreecommitdiff
path: root/src/exit.h
blob: 5ea34180f3328d3c583790b284d50c034466d9a7 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

typedef struct {
	int dir;
} Exit;

struct Entity;
struct Game;

struct Entity *exit_init(struct Entity *this, int x, int y);