mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-05 04:53:58 +01:00
7 lines
195 B
C++
7 lines
195 B
C++
|
|
#include "stdafx.h"
|
||
|
|
#include "MessageDialog.h"
|
||
|
|
|
||
|
|
MessageDialog::MessageDialog(std::string message, std::string title, int flags, char* icon)
|
||
|
|
{
|
||
|
|
// TODO: Use RSX post-drawing instead of wxWidgets
|
||
|
|
}
|