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,7 +1,7 @@
#include <GL/glew.h>
#include <iostream>
#include "display.h"
#include "headers/display.h"
Display::Display(int width, int height, const std::string& title) {
SDL_Init(SDL_INIT_VIDEO);