mirror of https://github.com/aap/librw.git
16 lines
278 B
C++
Executable File
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"
|
|
|