2005-03-29 23:26:36 +00:00
|
|
|
#ifndef _HAVE_CLTR_TEX_H
|
|
|
|
#define _HAVE_CLTR_TEX_H
|
|
|
|
|
|
|
|
#include "cltr.h"
|
|
|
|
|
2005-03-30 16:52:02 +00:00
|
|
|
CltrTexture*
|
|
|
|
cltr_texture_new(Pixbuf *pixb);
|
2005-03-29 23:26:36 +00:00
|
|
|
|
|
|
|
void
|
2005-03-30 16:52:02 +00:00
|
|
|
cltr_texture_render_to_gl_quad(CltrTexture *texture,
|
|
|
|
int x1,
|
|
|
|
int y1,
|
|
|
|
int x2,
|
|
|
|
int y2);
|
2005-03-29 23:26:36 +00:00
|
|
|
|
|
|
|
#endif
|