summaryrefslogtreecommitdiff
path: root/src/wall.h
blob: 5ca4adfc2852bc7d069081e2989e92a31b43d3c3 (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, int tile);

#endif // WALL_H_