m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/surface.h
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-08 11:43:34 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-08 11:43:34 +0200
commit8cbf32f110d47136d853ee88b74103445732a62e (patch)
tree4660cb3c0278ce45cb577ad412b0ce45e0ba5446 /surface.h
parentfa5bb24685b585521ba7eb52c5d63da43f3e2436 (diff)
Create surface scaffold
Diffstat (limited to 'surface.h')
-rw-r--r--surface.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/surface.h b/surface.h
new file mode 100644
index 0000000..db9c80c
--- /dev/null
+++ b/surface.h
@@ -0,0 +1,8 @@
+#ifndef SURFACE_H
+#define SURFACE_H
+
+#include "doomdev.h"
+
+int new_surface(struct doomdev_ioctl_create_surface *params);
+
+#endif