tgl 0.1.1

Bindings to TinyGL, a Small, Free and Fast Subset of OpenGL
Documentation
1
2
3
4
5
6
7
8
#ifndef _msghandling_h_
#define _msghandling_h_
#include "../include/GL/gl.h"
extern void tgl_warning(const char* text, ...);
extern void tgl_trace(const char* text, ...);
extern void tgl_fixme(const char* text, ...);

#endif /* _msghandling_h_ */