mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
21 lines
388 B
C++
21 lines
388 B
C++
#ifndef EMULATOR_INCLUDE_EMULATOR_DIALOG_H_
|
|
#define EMULATOR_INCLUDE_EMULATOR_DIALOG_H_
|
|
|
|
#include "Emulator/Common.h"
|
|
|
|
#ifdef KYTY_EMU_ENABLED
|
|
|
|
namespace Kyty::Libs::Dialog {
|
|
|
|
namespace CommonDialog {
|
|
|
|
int KYTY_SYSV_ABI CommonDialogInitialize();
|
|
|
|
} // namespace CommonDialog
|
|
|
|
} // namespace Kyty::Libs::Dialog
|
|
|
|
#endif // KYTY_EMU_ENABLED
|
|
|
|
#endif /* EMULATOR_INCLUDE_EMULATOR_DIALOG_H_ */
|