summaryrefslogtreecommitdiffhomepage
path: root/examples/textures/textures_draw_tiled.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/textures/textures_draw_tiled.c')
-rw-r--r--examples/textures/textures_draw_tiled.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/textures/textures_draw_tiled.c b/examples/textures/textures_draw_tiled.c
index 517fabc2..908bf238 100644
--- a/examples/textures/textures_draw_tiled.c
+++ b/examples/textures/textures_draw_tiled.c
@@ -12,6 +12,7 @@
* Copyright (c) 2020-2022 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
+
#include "raylib.h"
#define SIZEOF(A) (sizeof(A)/sizeof(A[0]))
@@ -22,7 +23,7 @@
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------
-int main(int argc, char **argv)
+int main(void)
{
// Initialization
//--------------------------------------------------------------------------------------