summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-14 18:02:27 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-14 18:02:27 (GMT)
commit5a422dac78479f396437b5f9c1e8efbecf2c9b0f (patch)
treeb9910125b40708a3cd496ec46312012350886a7c /Smoke/colormap.h
parent241bfc64ed6446c295846d5ae635f6ba4e25a666 (diff)
download2iv35-5a422dac78479f396437b5f9c1e8efbecf2c9b0f.zip
2iv35-5a422dac78479f396437b5f9c1e8efbecf2c9b0f.tar.gz
2iv35-5a422dac78479f396437b5f9c1e8efbecf2c9b0f.tar.bz2
latest merge
Diffstat (limited to 'Smoke/colormap.h')
-rw-r--r--Smoke/colormap.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index 262a680..cc24274 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -1,14 +1,4 @@
#ifndef _COLORMAP_H
#define _COLORMAP_H
-struct color4f {
- float r;
- float g;
- float b;
- float a;
-};
-
-struct color4f set_colormap(int colormap_sort, float vy, int draw_bar, float alpha);
-
#endif
-