diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/5000Points/Until5000.dpr | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/5000Points/Until5000.dpr b/plugins/5000Points/Until5000.dpr index 507159ff..df79bfe2 100644 --- a/plugins/5000Points/Until5000.dpr +++ b/plugins/5000Points/Until5000.dpr @@ -4,8 +4,6 @@ library Until5000; {$MODE Delphi} {$ENDIF} -{$I ../../Game/Code/switches.inc} - uses ModiSDK in '..\SDK\ModiSDK.pas'; @@ -90,7 +88,10 @@ for I := 0 to PlayerInfo.NumPlayers-1 do end; exports -PluginInfo, Init, Draw, Finish; + PluginInfo, + Init, + Draw, + Finish; begin |