pidgin/plugins/crazychat/face.h

changeset 31293
169eeb43b52c
parent 15435
4b933b06d75e
--- a/pidgin/plugins/crazychat/face.h	Mon Jan 03 19:18:07 2011 +0000
+++ b/pidgin/plugins/crazychat/face.h	Tue Jan 04 06:42:45 2011 +0000
@@ -25,7 +25,7 @@
 	GLint* mat_indeces;
 	GLMmat_str* materials;
 	OUTPUT_MODE my_mode;
-	int eye_count, crazy_count;	
+	int eye_count, crazy_count;
 	void (*draw_func)(struct face_struct*, GLfloat, GLfloat, BOOL, BOOL, GLfloat, DIRECTION, OUTPUT_MODE);
 	float curr_z_angle, curr_eye_pop;
 };
@@ -39,6 +39,6 @@
 
 void draw_face(FACE face, GLfloat zrot, GLfloat yrot, BOOL left_eye, BOOL right_eye, GLfloat mouth_open, DIRECTION dir, OUTPUT_MODE mode);
 
-void change_materials(FACE face, int* mats, int num_change); 
+void change_materials(FACE face, int* mats, int num_change);
 
 #endif

mercurial