summaryrefslogtreecommitdiffstats
path: root/Smoke/template.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:04:29 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:04:29 (GMT)
commit5eb10584ed674276ef8d566089bda6c049584eeb (patch)
treeb62f27122ca9cb136f4a4b0c052d48d9a7af92ad /Smoke/template.h
parent7e382c3a0bf6deaf4700023cd1cf1ec09d630322 (diff)
download2iv35-5eb10584ed674276ef8d566089bda6c049584eeb.zip
2iv35-5eb10584ed674276ef8d566089bda6c049584eeb.tar.gz
2iv35-5eb10584ed674276ef8d566089bda6c049584eeb.tar.bz2
alpha
Diffstat (limited to 'Smoke/template.h')
-rw-r--r--Smoke/template.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/Smoke/template.h b/Smoke/template.h
index cb9907c..9f880b5 100644
--- a/Smoke/template.h
+++ b/Smoke/template.h
@@ -1,16 +1,19 @@
-#ifndef __H
-#define __H
+#ifndef _TEMPLATE_H
+#define _TEMPLATE_H
-void _set_render(int render_);
-int _get_render(void);
+void template_set_render(int render_template);
+int template_get_render(void);
-void _set_num_colors(int num_colors);
-int _get_num_colors(void);
+void template_set_num_colors(int num_colors);
+int template_get_num_colors(void);
-void _set_colormap(int colormap);
-int _get_colormap(void);
+void template_set_colormap(int colormap);
+inttemplate _get_colormap(void);
+void template_set_alpha(int alpha);
+int template_get_alpha(void);
-struct color4f _get_color(float value);
+
+struct color4f template_get_color(float value);
#endif