hyperultra/src/exit.h

11 lines
138 B
C
Raw Normal View History

2023-03-17 20:51:15 +01:00
#pragma once
typedef struct {
int _;
} Exit;
struct Entity;
struct Game;
2023-03-18 23:40:10 +01:00
struct Entity *exit_init(struct Entity *this, int x, int y);