diff gtk/plugins/crazychat/mat_struct.h @ 14191:009db0b357b5

This is a hand-crafted commit to migrate across subversion revisions 16854:16861, due to some vagaries of the way the original renames were done. Witness that monotone can do in one revision what svn had to spread across several.
author Ethan Blanton <elb@pidgin.im>
date Sat, 16 Dec 2006 04:59:55 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gtk/plugins/crazychat/mat_struct.h	Sat Dec 16 04:59:55 2006 +0000
@@ -0,0 +1,12 @@
+#include <GL/gl.h>
+#include <GL/glu.h>
+
+typedef struct sample_MATERIAL{
+ GLfloat ambient[3];
+ GLfloat diffuse[3];
+ GLfloat specular[3];
+ GLfloat emission[3];
+ GLfloat alpha;
+ GLfloat phExp;
+ int   texture;
+}sample_MATERIAL;
\ No newline at end of file