aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2014-09-21 14:08:16 +0200
committerRay <raysan5@gmail.com>2014-09-21 14:08:16 +0200
commit9d47934a0213f530cbc0cf68747d9220a41be882 (patch)
treebfaf021ffdc141c1a76504b5435f5620d21efb4c /examples
parent3b6e5119f3ba684498b712859575069177ccd279 (diff)
downloadraylib-9d47934a0213f530cbc0cf68747d9220a41be882.tar.gz
raylib-9d47934a0213f530cbc0cf68747d9220a41be882.zip
Rename ex04a_textures.c to textures_logo_raylib.c
Diffstat (limited to 'examples')
-rw-r--r--examples/textures_logo_raylib.c (renamed from examples/ex04a_textures.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex04a_textures.c b/examples/textures_logo_raylib.c
index 4073f93e..60604594 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
+}