mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-05 07:27:02 +00:00
97098f109a
Might as well. Everything still builds fine.
9 lines
279 B
C
9 lines
279 B
C
#pragma once
|
|
|
|
#include "Globals.h"
|
|
|
|
#include "Common/CommonWindows.h"
|
|
|
|
bool InputBox_GetString(HINSTANCE hInst, HWND hParent, TCHAR *title, TCHAR *defaultvalue, TCHAR *outvalue);
|
|
bool InputBox_GetHex(HINSTANCE hInst, HWND hParent, TCHAR *title, u32 defaultvalue, u32 &outvalue);
|