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

typedef struct {
	int _;
} Exit;

struct Entity;
struct Game;

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