Moved some files around and eddited the project files to include folders

This commit is contained in:
plane000
2018-09-16 14:06:14 +01:00
parent 32d9ad1dea
commit 0cc6e9cef0
9 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
#include <iostream>
#include <GL/glew.h>
#include "display.h"
#include "mesh.h"
#include "shader.h"
#include "headers/display.h"
#include "headers/mesh.h"
#include "headers/shader.h"
#undef main