mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:15:46 -04:00
System: Add a libcrypt game list, and check serials
Nag the user if they're missing a sbi file.
This commit is contained in:
6
src/core/libcrypt_game_codes.h
Normal file
6
src/core/libcrypt_game_codes.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <string_view>
|
||||
|
||||
namespace LibcryptGameList {
|
||||
bool IsLibcryptGameCode(const std::string_view& serial);
|
||||
}
|
Reference in New Issue
Block a user