summaryrefslogtreecommitdiff
path: root/lib/engine.cc
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-27 14:10:19 +0000
committerpixel <pixel>2007-07-27 14:10:19 +0000
commit84c92ab61304209ccd83935c7745b5d535109456 (patch)
tree93d086f24dff673945c33ebed6a8ab9227f84418 /lib/engine.cc
parent843a14ea70938381fc61cd9054f0b30bb08c990e (diff)
Win32 is evil, and doesn't have case sensitive filenames...
Diffstat (limited to 'lib/engine.cc')
-rw-r--r--lib/engine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/engine.cc b/lib/engine.cc
index d49574c..eef9f98 100644
--- a/lib/engine.cc
+++ b/lib/engine.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: engine.cc,v 1.31 2006-10-28 16:50:46 pixel Exp $ */
+/* $Id: engine.cc,v 1.32 2007-07-27 14:10:19 pixel Exp $ */
#include <SDL.h>
#include <Input.h>