mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
DolphinWX: Move toolbar creation to a wxToolBar subclass
This commit is contained in:
@ -9,17 +9,6 @@
|
||||
#include <cstddef>
|
||||
#include <wx/event.h>
|
||||
|
||||
enum
|
||||
{
|
||||
Toolbar_Step,
|
||||
Toolbar_StepOver,
|
||||
Toolbar_StepOut,
|
||||
Toolbar_Skip,
|
||||
Toolbar_GotoPC,
|
||||
Toolbar_SetPC,
|
||||
Toolbar_Debug_Bitmap_Max
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
// Emulation menu
|
||||
|
Reference in New Issue
Block a user