1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2024-11-14 13:26:10 +00:00
notnotdnethack/util/recover_main.c

6 lines
122 B
C

extern int recover_main(int argc, char **argv);
int main(int argc, char **argv)
{
return recover_main(argc, argv);
}