diff options
author | pixel <pixel> | 2007-07-27 14:10:19 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-07-27 14:10:19 +0000 |
commit | 84c92ab61304209ccd83935c7745b5d535109456 (patch) | |
tree | 93d086f24dff673945c33ebed6a8ab9227f84418 /lib/font.cc | |
parent | 843a14ea70938381fc61cd9054f0b30bb08c990e (diff) |
Win32 is evil, and doesn't have case sensitive filenames...
Diffstat (limited to 'lib/font.cc')
-rw-r--r-- | lib/font.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/font.cc b/lib/font.cc index fbd871d..324debd 100644 --- a/lib/font.cc +++ b/lib/font.cc @@ -17,13 +17,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: font.cc,v 1.19 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: font.cc,v 1.20 2007-07-27 14:10:19 pixel Exp $ */ #include <stdarg.h> #include <SDL.h> #include <Input.h> #include "base.h" -#include "Font.h" +#include "font.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif |