mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +00:00
Reformat all the things. Have fun with merge conflicts.
This commit is contained in:
parent
2115e8a4a6
commit
3570c7f03a
1116 changed files with 187405 additions and 180344 deletions
|
@ -13,7 +13,6 @@ class wxToolBar;
|
|||
|
||||
namespace WxUtils
|
||||
{
|
||||
|
||||
// Launch a file according to its mime type
|
||||
void Launch(const std::string& filename);
|
||||
|
||||
|
@ -30,7 +29,8 @@ wxBitmap LoadResourceBitmap(const std::string& name, const wxSize& padded_size =
|
|||
wxBitmap CreateDisabledButtonBitmap(const wxBitmap& original);
|
||||
|
||||
// Helper function to add a button to a toolbar
|
||||
void AddToolbarButton(wxToolBar* toolbar, int toolID, const wxString& label, const wxBitmap& bitmap, const wxString& shortHelp);
|
||||
void AddToolbarButton(wxToolBar* toolbar, int toolID, const wxString& label, const wxBitmap& bitmap,
|
||||
const wxString& shortHelp);
|
||||
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue