aboutsummaryrefslogtreecommitdiff
path: root/solid.h
blob: e861e6de7980c3e03bd5f7d0c4addaf8857aa08e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef solid_h
#define solid_h

#include "world.h"

Entity new_solid(World* world, int x, int y, int w, int h);

#endif