![]()  | 
  
    Unuk 1.0 
   | 
 
#include <stdio.h>#include <stdlib.h>#include <GL/gl.h>#include <GL/glu.h>#include "SDL/SDL.h"#include "Game.h"#include "../libUnuk/Input.h"#include "../libUnuk/Debug.h"Go to the source code of this file.
Functions | |
| void | Quit (int returnCode) | 
| int | ResizeWindow (int width, int height) | 
| void | ProcessEvents (SDL_keysym *keysym) | 
| int | InitGL (void) | 
| unsigned int | GetTickCount () | 
| float | GetElapsedSeconds (void) | 
| int | main () | 
Variables | |
| const int | SCREEN_WIDTH = 640 | 
| const int | SCREEN_HEIGHT = 480 | 
| const int | SCREEN_BPP = 16 | 
| SDL_Surface * | surface | 
| const int SCREEN_BPP = 16 | 
| const int SCREEN_HEIGHT = 480 | 
| const int SCREEN_WIDTH = 640 |