diff -r 463b4fa9f067 -r 6a6d2ef151e6 gtk/plugins/crazychat/sharky.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk/plugins/crazychat/sharky.h Sun Apr 15 02:10:37 2007 +0000 @@ -0,0 +1,10 @@ +#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); \ No newline at end of file