mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
11 lines
245 B
C++
11 lines
245 B
C++
#pragma once
|
|
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include "file/dialog.h"
|
|
|
|
bool OpenFileDialog(const char *title, const char *extension, std::string *filename);
|
|
bool SaveFileDialog(const char *title, const char *extension, std::string *filename);
|