- Setup C++/Qt6 desktop application structure - Added initial Go proxy backend for TMDB/IGDB integration
6 lines
152 B
C++
6 lines
152 B
C++
#include "providers/MetadataProvider.h"
|
|
|
|
// Interface translation unit. Concrete providers live in their own files.
|
|
|
|
namespace umt {
|
|
} // namespace umt
|