dolphin/Source/Core/DolphinQt/VideoInterface/VideoInterface.cpp
2014-10-19 15:36:37 -04:00

11 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;
}