hedgewars/uConsts.pas
changeset 2924 908851e59958
parent 2921 b7a636503298
child 2933 02af54eb7e1e
--- a/hedgewars/uConsts.pas	Wed Mar 03 14:49:10 2010 +0000
+++ b/hedgewars/uConsts.pas	Wed Mar 03 15:04:39 2010 +0000
@@ -29,7 +29,7 @@
 {$ENDIF}
 
 
-{$INCLUDE "proto.inc"}
+{$INCLUDE "config.inc"}
 
 // typed const is a variable despite const qualifier
 // in freepascal you may actually use var for the same purpose