aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2014-09-21 14:10:53 +0200
committerRay <raysan5@gmail.com>2014-09-21 14:10:53 +0200
commit597b14363443ebafd803c2bf82f64c0cb1549903 (patch)
treeb46924b3591428b7301d0ed1614ffa00668b7c55 /examples
parent1b2225a622054a733b70009a5f928cf2fc580fb1 (diff)
downloadraylib-597b14363443ebafd803c2bf82f64c0cb1549903.tar.gz
raylib-597b14363443ebafd803c2bf82f64c0cb1549903.zip
Rename ex06c_font_select.c to text_font_select.c
Diffstat (limited to 'examples')
-rw-r--r--examples/text_font_select.c (renamed from examples/ex06c_font_select.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex06c_font_select.c b/examples/text_font_select.c
index 71a04ef0..5e58f15f 100644
--- a/examples/ex06c_font_select.c
+++ b/examples/text_font_select.c
@@ -141,4 +141,4 @@ int main()
//--------------------------------------------------------------------------------------
return 0;
-} \ No newline at end of file
+}