mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-16 18:24:50 +01:00
9 lines
69 B
C++
9 lines
69 B
C++
#pragma once
|
|
|
|
class Dialog
|
|
{
|
|
public:
|
|
void Show();
|
|
void Close();
|
|
};
|