(broken) texture loading

This commit is contained in:
plane000
2018-09-16 22:28:22 +01:00
parent c8e234b65e
commit 11f63887e9
14 changed files with 171 additions and 44 deletions

View File

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