hyperultra/src/deathpart.h

11 lines
151 B
C

#pragma once
typedef struct {
int skip;
} DeathPart;
struct Entity;
struct Game;
struct Entity *deathpart_init(struct Entity *this, int x, int y);