![]() |
TinyGL 0.4.1 for MinGW
|
#include <math.h>
#include <stdio.h>
#include <windows.h>
#include <GL/gdi.h>
#include <GL/gl.h>
#include "ui.h"
Go to the source code of this file.
Functions | |
void | reshape (int width, int height) |
GLenum | key (int k, GLenum mask) |
void | draw (void) |
void | idle (void) |
void | init (void) |
int | main (int argc, char *argv[]) |
void init | ( | void | ) |