- first attempt to compile on a Mac

This could have gone better, there's far too many warnings here
This commit is contained in:
Christoph Oelckers 2020-01-06 02:41:47 +01:00
parent e45cf19936
commit 134122335b
38 changed files with 122 additions and 89 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include "PalEntry.h"
#include "palentry.h"
#include "gl_buffers.h"
#include "renderstyle.h"
class PolymostShader;