SDL: Fix EGL build.

This commit is contained in:
Unknown W. Brackets 2018-06-05 23:02:50 -07:00
parent b22c488588
commit 0345750500

View File

@ -8,7 +8,9 @@
#include "Common/GraphicsContext.h"
// TODO: Move this to a better place.
void EGL_Open();
#if defined(USING_EGL)
int8_t EGL_Open();
#endif
class SDLGLGraphicsContext : public DummyGraphicsContext {
public: