mirror of
https://github.com/Elpisdev/unsegaREBORN.git
synced 2026-09-22 22:28:11 +03:00
7 lines
118 B
C
7 lines
118 B
C
static const GameKeyEntry embedded_keys[] = {
|
|
#if __has_include("keys.inc")
|
|
#include "keys.inc"
|
|
#endif
|
|
{NULL, {0}}
|
|
};
|