summaryrefslogtreecommitdiffstats
path: root/Smoke/normals.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-07 03:40:59 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-07 03:40:59 (GMT)
commit8dc29e0202fb48c078aebf271b31e903a1076d95 (patch)
tree6c0dc33a9ddc7ce1fcee675df16fb70a785af95c /Smoke/normals.h
parent5297d5f9565da695a6a9891f829118ecaea6ad8a (diff)
download2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.zip
2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.tar.gz
2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.tar.bz2
more normal drawing
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