mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-01 20:25:42 -04:00
6 lines
124 B
C++
6 lines
124 B
C++
#pragma once
|
|
#include <string_view>
|
|
|
|
namespace LibcryptGameList {
|
|
bool IsLibcryptGameCode(const std::string_view& serial);
|
|
} |