Holy hell, finally got this working with an R9 390 + Ubuntu.

This commit is contained in:
2017-11-15 23:07:50 -08:00
parent d3a9c95ef7
commit 2baabf5bc5
7 changed files with 26 additions and 17 deletions

View File

@@ -1,5 +1,8 @@
#include "Application.h"
const int Application::MAP_X = 32;
const int Application::MAP_Y = 32;
const int Application::MAP_Z = 32;
Application::Application() {