Code formating
This commit is contained in:
@@ -95,13 +95,15 @@ void Draw_DrawImgResized(DrawImg img, int x, int y, float w, float h);
|
||||
// Draw_DrawImgPart
|
||||
//
|
||||
// Draws an image part.
|
||||
void Draw_DrawImgPart(DrawImg img, int x, int y, int w, int h, int i, int j, float scale[2]);
|
||||
void Draw_DrawImgPart(DrawImg img, int x, int y, int w, int h, int i, int j,
|
||||
float scale[2]);
|
||||
|
||||
/////////////////////////////
|
||||
// Draw_DrawImgPartHoriz
|
||||
//
|
||||
// Draws an image part horizontally.
|
||||
void Draw_DrawImgPartHoriz(DrawImg img, int x, int y, int w, int i, float scale[2]);
|
||||
void Draw_DrawImgPartHoriz(DrawImg img, int x, int y, int w, int i,
|
||||
float scale[2]);
|
||||
|
||||
/////////////////////////////
|
||||
// Draw_ImgParallax
|
||||
|
||||
Reference in New Issue
Block a user