pidgin/plugins/crazychat/mat_struct.h@f52065eb12f1
pidgin/plugins/crazychat/mat_struct.h
Sat, 07 Mar 2009 22:40:30 +0000
- author
- Paul Aurich <darkrain42@pidgin.im>
- date
- Sat, 07 Mar 2009 22:40:30 +0000
- branch
- cpw.darkrain42.buddy-add
- changeset 26092
- f52065eb12f1
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Fixing busted merge
#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;