--- a/plugins/crazychat/sharky.h Sat Aug 19 00:24:14 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#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