pidgin/plugins/crazychat/models.h

Sat, 28 Mar 2009 16:58:59 +0000

author
Marcus Lundblad <malu@pidgin.im>
date
Sat, 28 Mar 2009 16:58:59 +0000
branch
cpw.malu.xmpp.idle
changeset 26597
c535aa5329a5
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
permissions
-rw-r--r--

propagate from branch 'im.pidgin.pidgin' (head 538d066283dded4b9914249c983d40decc907ba3)
to branch 'im.pidgin.cpw.malu.xmpp.idle' (head 4d01bf9d7e310939a489f6b0e234798a2fec2bcb)

#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