mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
11 lines
233 B
C
11 lines
233 B
C
// NOTE: Apologies for the quality of this code, this is really from pre-opensource Dolphin - that is, 2003.
|
|
|
|
#pragma once
|
|
|
|
|
|
bool GL_Init(HWND window);
|
|
void GL_Shutdown();
|
|
void GL_Resized();
|
|
void GL_BeginFrame();
|
|
void GL_EndFrame();
|