mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-27 16:15:41 +00: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);
|
||
|
}
|