freak-engine/include/wall.h

9 lines
144 B
C

#pragma once
#include "entity.h"
struct Wall {
struct Entity;
};
void wall_init(struct Wall *restrict, int x, int y, int width, int height);