Duckstation/src/core/libcrypt_serials.h
2022-10-05 18:29:44 +10:00

6 lines
124 B
C++

#pragma once
#include <string_view>
namespace LibcryptGameList {
bool IsLibcryptGameCode(const std::string_view& serial);
}