view plugins/crazychat/doggy.h @ 13993:e6977f9435a1

[gaim-migrate @ 16570] *Fixed an off-by-one blood_types bug. *Made it so that only one modify info dialog can be open at a time. *Fixed a bug where the user wasn't always notified when his info had been modified. *Eliminated the ability to send empty strings as info fields as these were making the official client unhappy. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Tue, 25 Jul 2006 04:31:36 +0000
parents ed017b9c532d
children
line wrap: on
line source

#include "glm.h"

struct doggy_struct{
	GLint* faces, *lids, *ears, *eyes, *iris, *pupil;
	GLMmodel** m_faces, **m_lids, **m_ears, **m_eyes, **m_iris, **m_pupil;
	int curr_face, curr_ear, curr_left_lid, curr_right_lid, curr_right_eye, curr_left_eye, curr_pupil, eye_count;
	float curr_ear_angle;
};

void init_dog(FACE f);