summaryrefslogtreecommitdiff
path: root/src/wall.h
blob: 17d8a2e3e158dcfdae895e2d8446208390048710 (plain)
1
2
3
4
5
6
7
8
#ifndef WALL_H_
#define WALL_H_

#include "entity.h"

void add_wall(float xpos, float ypos);

#endif // WALL_H_