view plugins/crazychat/models.h @ 11906:8913546c6a4e

[gaim-migrate @ 14197] SF Patch #1342696 from Casey Harkins "Just noticed there was still some lingering code in gtkblist.c and gtkmain.c from the old docklet stuff. This patch removes those last bits. I think this is all of it!" committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 30 Oct 2005 20:20:38 +0000
parents ed017b9c532d
children
line wrap: on
line source

#include"glm.h"
#include <GL/gl.h>
#include <GL/glu.h>

void init_lists(GLint** lists, GLMmodel*** models, int num_lists, char* name, float my_scale);

int compute_lid(BOOL open, int curr_lid, int max);

void apply_output_mode(FACE f, GLfloat* angle, GLfloat* yangle, BOOL* left_open, BOOL* right_open, GLfloat* open, DIRECTION* dir);