ioquake3 porting

This commit is contained in:
OM 2023-05-24 19:03:05 +02:00
parent 2704b798e2
commit ca3340b158
449 changed files with 104109 additions and 77701 deletions

View file

@ -8,7 +8,7 @@ int optopt;
char *optarg;
int
getopt (int argc, char *const argv[], const char *opts)
lcc_getopt (int argc, char *const argv[], const char *opts)
{
static int sp = 1;
int c;