mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-30 10:39:12 +02:00
10 lines
189 B
C
10 lines
189 B
C
#pragma once
|
|
#include <Windows.h>
|
|
|
|
enum { WM_DEB_RUNTOWPARAM = WM_USER+2,
|
|
WM_DEB_GOTOBREAKPOINT,
|
|
WM_DEB_REMOVEBREAKPOINT,
|
|
WM_DEB_GOTOADDRESSEDIT,
|
|
WM_DEB_MAPLOADED,
|
|
WM_DEB_TABPRESSED
|
|
}; |