feat(files+gb): file browser launches .gb via GameBoy, preserve mDNS
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
namespace tt::app::files { bool isSupportedAppFile(const std::string& filename); bool isSupportedImageFile(const std::string& filename); bool isSupportedTextFile(const std::string& filename); bool isSupportedAudioFile(const std::string& filename); } // namespace
|
||||
namespace tt::app::files {
|
||||
bool isSupportedAppFile(const std::string& filename);
|
||||
bool isSupportedImageFile(const std::string& filename);
|
||||
bool isSupportedTextFile(const std::string& filename);
|
||||
bool isSupportedAudioFile(const std::string& filename);
|
||||
bool isSupportedGameBoyFile(const std::string& filename);
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user