hyperultra/src/exit.h

11 lines
140 B
C

#pragma once
typedef struct {
int dir;
} Exit;
struct Entity;
struct Game;
struct Entity *exit_init(struct Entity *this, int x, int y);