From 47ed2a0092b212f90c158e4c885e348f8bacd8b8 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Fri, 18 Dec 2009 04:41:04 +0000 Subject: [PATCH] [CHG] Typo in a message --- GRRLIB/GRRLIB/grrlib/GRRLIB__lib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GRRLIB/GRRLIB/grrlib/GRRLIB__lib.h b/GRRLIB/GRRLIB/grrlib/GRRLIB__lib.h index e645db0..3c2ae50 100644 --- a/GRRLIB/GRRLIB/grrlib/GRRLIB__lib.h +++ b/GRRLIB/GRRLIB/grrlib/GRRLIB__lib.h @@ -26,7 +26,7 @@ THE SOFTWARE. */ #ifndef __GRRLIB_H__ -# error Do not include GRRLIB_fnLib.h directly, include only GRRLIB.h +# error Do not include GRRLIB__lib.h directly, include only GRRLIB.h #endif #ifndef __GRRLIB_FNLIB_H__ @@ -113,7 +113,8 @@ void GRRLIB_DrawTile (const f32 xpos, const f32 ypos, const GRRLIB_texImg *tex, void GRRLIB_DrawPart (const f32 xpos, const f32 ypos, const f32 partx, const f32 party, const f32 partw, const f32 parth, const GRRLIB_texImg *tex, - const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color); + const f32 degrees, const f32 scaleX, const f32 scaleY, + const u32 color) ; void GRRLIB_DrawTileQuad (const guVector pos[4], GRRLIB_texImg *tex, const u32 color, const int frame) ;