summaryrefslogtreecommitdiffstats
path: root/Smoke/normals.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-08 20:37:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-08 20:37:54 (GMT)
commitc3c41f66a48f40ae3471155ac302cc78175b5eac (patch)
treeb34ad8798cbfa5b784c357df81b00d222c9247e9 /Smoke/normals.h
parent63b3f9cf7f2a5d2822f62c672eabe2e893bac441 (diff)
download2iv35-c3c41f66a48f40ae3471155ac302cc78175b5eac.zip
2iv35-c3c41f66a48f40ae3471155ac302cc78175b5eac.tar.gz
2iv35-c3c41f66a48f40ae3471155ac302cc78175b5eac.tar.bz2
minor fixes
Diffstat (limited to 'Smoke/normals.h')
-rw-r--r--Smoke/normals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Smoke/normals.h b/Smoke/normals.h
index 4763c45..f61b248 100644
--- a/Smoke/normals.h
+++ b/Smoke/normals.h
@@ -7,4 +7,7 @@ int normals_get_render(void);
void normals_set_render2(int render_normals);
int normals_get_render2(void);
+void normals_set_frame(struct point *normals);
+struct point *normals_get_frame(void);
+
#endif