more glitching is not a crime

This commit is contained in:
le vieux
2020-11-10 19:30:49 +01:00
parent 2790b3d22f
commit 993b4ecd7d
5 changed files with 71 additions and 0 deletions

View File

@@ -132,6 +132,17 @@ count++; flag_debug = 0;
return retval;
}
/* -------------------------------------------------------------- */
char * crap_name_from_number(int num)
{
return "???";
}
/* -------------------------------------------------------------- */
int crap_number_from_name(char *name)
{
return -1;
}
/* -------------------------------------------------------------- */