From 5d2c3cc24d59f219c3951266902e0cab24eeb9e8 Mon Sep 17 00:00:00 2001 From: squall_leonhart69r Date: Mon, 3 Mar 2008 01:37:29 +0000 Subject: [PATCH] changed #include "GBAGFX.h" to #include "GBAGfx.h" git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@441 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/agb/GBA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agb/GBA.cpp b/src/agb/GBA.cpp index f7c0b31e..80f6c8fd 100644 --- a/src/agb/GBA.cpp +++ b/src/agb/GBA.cpp @@ -25,7 +25,7 @@ #include "GBAcpu.h" #include "GBAinline.h" #include "../Globals.h" -#include "GBAGFX.h" +#include "GBAGfx.h" #include "../EEprom.h" #include "../Flash.h" #include "../Sound.h"