aboutsummaryrefslogtreecommitdiff
path: root/Source/Gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Gfx.h')
-rw-r--r--Source/Gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Gfx.h b/Source/Gfx.h
index db9d0bf..6c191bc 100644
--- a/Source/Gfx.h
+++ b/Source/Gfx.h
@@ -52,10 +52,10 @@ void GfxDrawScene_Fast(void);
bool GfxReadyForDMATransfer(void);
// Fills a GsSprite structure with information from a TIM file.
-bool GfxSpriteFromFile(char* fname, GsSprite* spr);
+bool GfxSpriteFromFile(const char* fname, GsSprite* spr);
// Reportedly, loads CLUT data from a TIM image (image data is discarded)
-bool GfxCLUTFromFile(char* fname);
+bool GfxCLUTFromFile(const char* fname);
// Returns true if current object is within screen limits, false otherwise.
bool GfxIsInsideScreenArea(short x, short y, short w, short h);