GLContext: Fix Android context creation

This commit is contained in:
Connor McLaughlin
2020-07-07 00:59:49 +10:00
parent da180a1c4f
commit 729e1b3392
5 changed files with 10 additions and 14 deletions

View File

@ -1,7 +1,6 @@
#pragma once
#include "context.h"
#include "glad_egl.h"
#include "x11_window.h"
namespace GL {