Refactor platform apis comments and cleanup a bit
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
class FLAXENGINE_API MacFileSystem : public AppleFileSystem
|
||||
{
|
||||
public:
|
||||
|
||||
// [AppleFileSystem]
|
||||
static bool ShowOpenFileDialog(Window* parentWindow, const StringView& initialDirectory, const StringView& filter, bool multiSelect, const StringView& title, Array<String, HeapAllocation>& filenames);
|
||||
static bool ShowSaveFileDialog(Window* parentWindow, const StringView& initialDirectory, const StringView& filter, bool multiSelect, const StringView& title, Array<String, HeapAllocation>& filenames);
|
||||
|
||||
Reference in New Issue
Block a user