gtk/plugins/crazychat/models.h

Sat, 16 Dec 2006 04:59:55 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Sat, 16 Dec 2006 04:59:55 +0000
changeset 14253
b63ebf84c42b
parent 11218
plugins/crazychat/models.h@886e6862af56
child 20470
77693555855f
permissions
-rw-r--r--

This is a hand-crafted commit to migrate across subversion revisions
16854:16861, due to some vagaries of the way the original renames were
done. Witness that monotone can do in one revision what svn had to
spread across several.

#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);

mercurial