summaryrefslogtreecommitdiff
path: root/src/spike.h
blob: 514af83ebf299f953362d7e874e7eca097a6dc79 (plain)
1
2
3
4
5
6
#pragma once

struct Entity;
struct Game;

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