mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
10 lines
179 B
C++
10 lines
179 B
C++
#pragma once
|
|
|
|
#include "Common/CommonWindows.h"
|
|
#include "Common/KeyMap.h"
|
|
#include <Windowsx.h>
|
|
|
|
namespace MainWindow {
|
|
void MainWindowMenu_Process(HWND hWnd, WPARAM wParam);
|
|
}
|