Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/sharky.h @ 30572:7f95429d0cc3
I forgot to update the RPM spec file for building for older releases with
older hicolor-icon-theme packages before release. Oops.
Refs: #12073
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 02 Jun 2010 01:37:07 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
#include "glm.h" struct shark_struct{ GLint* faces, *lids, *fins, *eyes, *iris, *pupil; GLMmodel** m_faces, **m_lids, **m_fins, **m_eyes, **m_iris, **m_pupil; int curr_face, curr_fin, curr_left_lid, curr_right_lid, curr_right_eye, curr_left_eye, curr_pupil, eye_count; float curr_fin_angle; }; void init_shark(FACE f);