aboutsummaryrefslogtreecommitdiff
path: root/util/tools/r_lists.pl
blob: 40346c116ba35a09f699337fc3ee382a7bb98047 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use warnings;

sub get_gamename_list {
  return qw| ut unreal serioussamse serioussam bfield1942 rune postal2 descent3 sofretail deusex heretic2 ut2004 turok2 333networks wot ironstorm mohaas mohaab legendsmm f1comp nerfarena sfc3dv blood2 mohaa iwar2 |;
}
1;