mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-16 19:19:13 +01:00
12 lines
232 B
C++
12 lines
232 B
C++
|
// Copyright 2014 Dolphin Emulator Project
|
||
|
// Licensed under GPLv2
|
||
|
// Refer to the license.txt file included.
|
||
|
|
||
|
#include "VideoBackends/OGL/GLInterfaceBase.h"
|
||
|
|
||
|
cInterfaceBase* HostGL_CreateGLInterface()
|
||
|
{
|
||
|
// TODO
|
||
|
return nullptr;
|
||
|
}
|