mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
8 lines
147 B
C++
8 lines
147 B
C++
#pragma once
|
|
|
|
#include "Common/CommonWindows.h"
|
|
|
|
bool GL_Init(HWND window, std::string *error_message);
|
|
void GL_Shutdown();
|
|
void GL_SwapBuffers();
|