From 9d47934a0213f530cbc0cf68747d9220a41be882 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 21 Sep 2014 14:08:16 +0200 Subject: [PATCH] Rename ex04a_textures.c to textures_logo_raylib.c --- examples/{ex04a_textures.c => textures_logo_raylib.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{ex04a_textures.c => textures_logo_raylib.c} (99%) diff --git a/examples/ex04a_textures.c b/examples/textures_logo_raylib.c similarity index 99% rename from examples/ex04a_textures.c rename to examples/textures_logo_raylib.c index 4073f93e0..606045943 100644 --- a/examples/ex04a_textures.c +++ b/examples/textures_logo_raylib.c @@ -55,4 +55,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -} \ No newline at end of file +}