mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-06 06:05:43 -04:00
9 lines
257 B
C++
9 lines
257 B
C++
// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin <stenzek@gmail.com>
|
|
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
|
|
|
|
#pragma once
|
|
#include <string_view>
|
|
|
|
namespace LibcryptGameList {
|
|
bool IsLibcryptGameCode(const std::string_view& serial);
|
|
} |