Allow linking against system libraries for almost everything (#1790)

This commit is contained in:
Tatsh
2019-02-16 08:32:52 -08:00
committed by Colby Klein
parent 021d494157
commit b8a79cd0f6
78 changed files with 4870 additions and 4776 deletions
+4
View File
@@ -3,6 +3,10 @@
#ifndef RAGE_DISPLAY_OGL_H
#define RAGE_DISPLAY_OGL_H
#ifdef __APPLE__
#define GL_SILENCE_DEPRECATION 1
#endif
#include "RageDisplay.h"
#include "RageTextureRenderTarget.h"
#include "Sprite.h"