comparison pidgin/plugins/crazychat/face.h @ 31533:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents 5fe8042783c1
children
comparison
equal deleted inserted replaced
31532:8c6a1fa21f43 31533:44f53d3fc54f
23 KIND my_kind; 23 KIND my_kind;
24 void* char_struct; 24 void* char_struct;
25 GLint* mat_indeces; 25 GLint* mat_indeces;
26 GLMmat_str* materials; 26 GLMmat_str* materials;
27 OUTPUT_MODE my_mode; 27 OUTPUT_MODE my_mode;
28 int eye_count, crazy_count; 28 int eye_count, crazy_count;
29 void (*draw_func)(struct face_struct*, GLfloat, GLfloat, BOOL, BOOL, GLfloat, DIRECTION, OUTPUT_MODE); 29 void (*draw_func)(struct face_struct*, GLfloat, GLfloat, BOOL, BOOL, GLfloat, DIRECTION, OUTPUT_MODE);
30 float curr_z_angle, curr_eye_pop; 30 float curr_z_angle, curr_eye_pop;
31 }; 31 };
32 32
33 typedef struct face_struct* FACE; 33 typedef struct face_struct* FACE;
37 37
38 FACE copy_face(FACE f); 38 FACE copy_face(FACE f);
39 39
40 void draw_face(FACE face, GLfloat zrot, GLfloat yrot, BOOL left_eye, BOOL right_eye, GLfloat mouth_open, DIRECTION dir, OUTPUT_MODE mode); 40 void draw_face(FACE face, GLfloat zrot, GLfloat yrot, BOOL left_eye, BOOL right_eye, GLfloat mouth_open, DIRECTION dir, OUTPUT_MODE mode);
41 41
42 void change_materials(FACE face, int* mats, int num_change); 42 void change_materials(FACE face, int* mats, int num_change);
43 43
44 #endif 44 #endif