diff options
Diffstat (limited to 'Game/Code/switches.inc')
-rw-r--r-- | Game/Code/switches.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc new file mode 100644 index 00000000..b980e754 --- /dev/null +++ b/Game/Code/switches.inc @@ -0,0 +1,5 @@ +{$IFDEF FPC}
+ {$UNDEF UseSerialPort}
+{$ELSE}
+ {$DEFINE UseSerialPort}
+{$ENDIF}
|