Mercurial > pidgin.yaz
comparison gtk/plugins/crazychat/sharky.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 |
comparison
equal
deleted
inserted
replaced
14190:366be2ce35a7 | 14191:009db0b357b5 |
---|---|
1 #include "glm.h" | |
2 | |
3 struct shark_struct{ | |
4 GLint* faces, *lids, *fins, *eyes, *iris, *pupil; | |
5 GLMmodel** m_faces, **m_lids, **m_fins, **m_eyes, **m_iris, **m_pupil; | |
6 int curr_face, curr_fin, curr_left_lid, curr_right_lid, curr_right_eye, curr_left_eye, curr_pupil, eye_count; | |
7 float curr_fin_angle; | |
8 }; | |
9 | |
10 void init_shark(FACE f); |