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