mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
9 lines
183 B
C++
9 lines
183 B
C++
#pragma once
|
|
|
|
#include "Common/CommonWindows.h"
|
|
|
|
bool GL_Init(HWND window, std::string *error_message);
|
|
void GL_Shutdown();
|
|
void GL_SwapInterval(int interval);
|
|
void GL_SwapBuffers();
|