librw/tools/gl/rwtest.h

16 lines
278 B
C++
Executable File

#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cassert>
#include <iostream>
#include <fstream>
#include "../librw/rw.h"
#include "../librw/src/gtaplg.h"
#include "math/math.h"
#include "camera.h"
#include "gl.h"