aboutsummaryrefslogtreecommitdiff
path: root/solid.h
diff options
context:
space:
mode:
Diffstat (limited to 'solid.h')
-rw-r--r--solid.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/solid.h b/solid.h
new file mode 100644
index 0000000..e861e6d
--- /dev/null
+++ b/solid.h
@@ -0,0 +1,8 @@
+#ifndef solid_h
+#define solid_h
+
+#include "world.h"
+
+Entity new_solid(World* world, int x, int y, int w, int h);
+
+#endif