m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/surface.h
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-28 18:49:34 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-28 18:49:53 +0200
commite63a01249d9ce867e7c91abf8c51e5c29ec81f0a (patch)
treeb64092810047e092e364010e607dd59394d6450e /surface.h
parentff8d6997c13bc256c15e8db4912f34e910c02b2a (diff)
Refactor and better error handling
Diffstat (limited to 'surface.h')
-rw-r--r--surface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/surface.h b/surface.h
index bd65b66..70016a1 100644
--- a/surface.h
+++ b/surface.h
@@ -4,5 +4,8 @@
#include "doomdev.h"
int new_surface(struct file *filp, struct doomdev_ioctl_create_surface *params);
+int new_colors(struct file *filp, struct doomdev_ioctl_create_colormaps *params);
+int new_texture(struct file *filp, struct doomdev_ioctl_create_texture *params);
+int new_flat(struct file *filp, struct doomdev_ioctl_create_flat *params);
#endif