diff pidgin/plugins/crazychat/sharky.h @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/crazychat/sharky.h	Sat Jan 20 02:32:10 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