hedgewars/uRandom.pas
changeset 2599 c7153d2348f3
parent 1066 1f1b3686a2b0
child 2630 079ef82eac75
--- a/hedgewars/uRandom.pas	Wed Nov 04 01:42:06 2009 +0000
+++ b/hedgewars/uRandom.pas	Thu Nov 05 16:23:09 2009 +0000
@@ -19,8 +19,8 @@
 unit uRandom;
 interface
 uses uFloat;
-{$INCLUDE options.inc}
-{$INCLUDE proto.inc}
+{$INCLUDE "options.inc"}
+{$INCLUDE "proto.inc"}
 
 procedure SetRandomSeed(Seed: shortstring);
 function  GetRandom: hwFloat; overload;