mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +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
|
|
} |