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

typedef struct {
	int _;
} DeathPart;

struct Entity;
struct Game;

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