#include <labust/gui/AAGui.hpp>
#include <GL/glut.h>
#include <SOIL/SOIL.h>
#include <fmod/fmod.hpp>
#include <fmod/fmod_errors.h>
#include <fmod/fmod_event.hpp>
#include <fmod/fmod_event_net.hpp>
#include <iostream>
#include <fstream>
#include <cmath>
Go to the source code of this file.
Functions | |
GLuint | loadTexture (const char *filename) |
GLuint | loadTexturePNG (const char *filename) |
void | specialKeyFunc (int key, int x, int y) |
Variables | |
int | height = 500 |
int | INTERFACE_UPDATETIME = 15 |
int | width = 500 |
GLuint loadTexture | ( | const char * | filename | ) |
GLuint loadTexturePNG | ( | const char * | filename | ) |
void specialKeyFunc | ( | int | key, |
int | x, | ||
int | y | ||
) |
int INTERFACE_UPDATETIME = 15 |