view plugins/crazychat/doggy.h @ 13492:59ea9ddd408b

[gaim-migrate @ 15868] Nathan fixed part of CID 24 by adding a missing return. This is a similar error in the next function in the file, also apparently tracked in CID 24. So, here's the same fix. Resolves CID 24 committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Mar 2006 17:54:14 +0000
parents ed017b9c532d
children
line wrap: on
line source

#include "glm.h"

struct doggy_struct{
	GLint* faces, *lids, *ears, *eyes, *iris, *pupil;
	GLMmodel** m_faces, **m_lids, **m_ears, **m_eyes, **m_iris, **m_pupil;
	int curr_face, curr_ear, curr_left_lid, curr_right_lid, curr_right_eye, curr_left_eye, curr_pupil, eye_count;
	float curr_ear_angle;
};

void init_dog(FACE f);