Mercurial > pidgin.yaz
diff gtk/plugins/crazychat/doggy.h @ 14191:009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
16854:16861, due to some vagaries of the way the original renames were
done. Witness that monotone can do in one revision what svn had to
spread across several.
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 16 Dec 2006 04:59:55 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk/plugins/crazychat/doggy.h Sat Dec 16 04:59:55 2006 +0000 @@ -0,0 +1,10 @@ +#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); \ No newline at end of file