Mercurial > pidgin
view plugins/crazychat/models.h @ 13642:c99d04f8a42b
[gaim-migrate @ 16040]
Use gaim_notify_userinfo() to display the results of "Get Info".
committer: Tailor Script <tailor@pidgin.im>
| author | Bartoz Oler <bartosz@pidgin.im> |
|---|---|
| date | Sun, 16 Apr 2006 15:35:09 +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);
