|
From: <sik...@us...> - 2006-05-26 04:49:08
|
Revision: 75 Author: sik0fewl Date: 2006-05-25 21:48:58 -0700 (Thu, 25 May 2006) ViewCVS: http://svn.sourceforge.net/perceptioncrash/?rev=75&view=rev Log Message: ----------- Added XML missing declaration Modified Paths: -------------- trunk/perceptioncrash/data/config.xml Modified: trunk/perceptioncrash/data/config.xml =================================================================== --- trunk/perceptioncrash/data/config.xml 2006-05-26 00:31:22 UTC (rev 74) +++ trunk/perceptioncrash/data/config.xml 2006-05-26 04:48:58 UTC (rev 75) @@ -1,3 +1,5 @@ +<?xml version="1.0"?> + <Configuration> <InputController type="KeyboardMouse" name="default"> <!-- Note: these will use strings instead of codes in the future --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |