hyperultra/src/spike.h

7 lines
105 B
C

#pragma once
struct Entity;
struct Game;
struct Entity *spike_init(struct Entity *this, int x, int y);