mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 22:10:01 +00:00
b46ab5f5a4
Might as well, less mess everywhere else.
12 lines
277 B
C++
12 lines
277 B
C++
// NOTE: Apologies for the quality of this code, this is really from pre-opensource Dolphin - that is, 2003.
|
|
|
|
#pragma once
|
|
|
|
#include "Common/CommonWindows.h"
|
|
|
|
bool GL_Init(HWND window, std::string *error_message);
|
|
|
|
void GL_Shutdown();
|
|
void GL_Resized();
|
|
void GL_SwapBuffers();
|