Add status bar

This commit is contained in:
Kingcom 2013-07-30 16:19:05 +02:00
parent 4ac782f789
commit 92c70af587
8 changed files with 96 additions and 5 deletions

View file

@ -27,6 +27,7 @@ private:
DebugInterface *cpu;
u64 lastTicks;
HWND statusBarWnd;
CtrlBreakpointList* breakpointList;
CtrlThreadList* threadList;
std::vector<BreakPoint> displayedBreakPoints_;