{$MODE OBJFPC} { -*- delphi -*- } {$INCLUDE settings.inc} unit refgamebits; // This unit exists only so that all the independent bits in the game can be referenced from one unit // This unit is auto-generated by bits/creategamebits.pl interface uses navbits, researchbits, shipbits; implementation end.