m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/surface.h
diff options
context:
space:
mode:
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