sgltk 0.6
Simple OpenGL Tool Kit
Loading...
Searching...
No Matches
sgltk.h
1#ifndef __SGLTK_H__
2#define __SGLTK_H__
3
4#include "config.h"
5#include "app.h"
6#include "timer.h"
7#include "buffer.h"
8#include "camera.h"
9#include "image.h"
10#include "texture.h"
11#include "shader.h"
12#include "renderbuffer.h"
13#include "framebuffer.h"
14#include "mesh.h"
15#include "model.h"
16#include "particle.h"
17#include "gamepad.h"
18#include "joystick.h"
19#include "window.h"
20
21#endif //__SGLTK_H__