mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Make DolphinWX/ mostly IWYU clean.
This commit is contained in:
@ -7,6 +7,11 @@
|
||||
#include <string>
|
||||
#include <wx/string.h>
|
||||
|
||||
class wxBitmap;
|
||||
|
||||
// A shortcut to access the bitmaps
|
||||
#define wxGetBitmapFromMemory(name) WxUtils::_wxGetBitmapFromMemory(name, sizeof(name))
|
||||
|
||||
namespace WxUtils
|
||||
{
|
||||
|
||||
@ -18,6 +23,8 @@ void Explore(const char *path);
|
||||
|
||||
double GetCurrentBitmapLogicalScale();
|
||||
|
||||
wxBitmap _wxGetBitmapFromMemory(const unsigned char* data, int length);
|
||||
|
||||
} // namespace
|
||||
|
||||
std::string WxStrToStr(const wxString& str);
|
||||
|
Reference in New Issue
Block a user