1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2024-09-19 14:05:02 +01: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);
}