summaryrefslogtreecommitdiffstats
path: root/Smoke/normals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/normals.h')
-rw-r--r--Smoke/normals.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Smoke/normals.h b/Smoke/normals.h
new file mode 100644
index 0000000..4763c45
--- /dev/null
+++ b/Smoke/normals.h
@@ -0,0 +1,10 @@
+#ifndef _NORMALS_H
+#define _NORMALS_H
+
+void normals_set_render(int render_normals);
+int normals_get_render(void);
+
+void normals_set_render2(int render_normals);
+int normals_get_render2(void);
+
+#endif