view gtk/plugins/crazychat/doggy.h @ 14806:a2be9307d58d

[gaim-migrate @ 17571] 18:40:29 <casted> Hi, I found a bug in the gaim-remote script 18:41:48 <casted> ok. On line 104 it is currently: status_type = gaim.GaimSavedStatusGetType(current) 18:41:57 <casted> but should be: status_type = gaim.GaimSavedstatusGetType(current) 18:42:06 <casted> the status must be lowercase committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 23 Oct 2006 23:30:15 +0000
parents 009db0b357b5
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);