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

typedef struct {
	int skip;
} DeathPart;

struct Entity;
struct Game;

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