mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 17:28:29 +12:00
Add all the files
This commit is contained in:
parent
e3db07a16a
commit
d60742f52b
1445 changed files with 430238 additions and 0 deletions
18
src/gui/debugger/DumpWindow.h
Normal file
18
src/gui/debugger/DumpWindow.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
#pragma once
|
||||
|
||||
#include "gui/debugger/DumpCtrl.h"
|
||||
|
||||
class DebuggerWindow2;
|
||||
|
||||
class DumpWindow : public wxFrame
|
||||
{
|
||||
public:
|
||||
DumpWindow(DebuggerWindow2& parent, const wxPoint& main_position, const wxSize& main_size);
|
||||
|
||||
void OnMainMove(const wxPoint& position, const wxSize& main_size);
|
||||
void OnGameLoaded();
|
||||
|
||||
private:
|
||||
wxScrolledWindow* m_scrolled_window;
|
||||
DumpCtrl* m_dump_ctrl;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue