aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2014-09-21 14:09:11 +0200
committerRay <raysan5@gmail.com>2014-09-21 14:09:11 +0200
commitc40b3a287cde151712b82eb3a44ad4c7dea9e6b7 (patch)
tree1ebbcd3309adb4bc4099a3030ba9c6792538bdfd /examples
parent1195025c4cc0261f631a7158e682a1a9a4f6d11a (diff)
downloadraylib-c40b3a287cde151712b82eb3a44ad4c7dea9e6b7.tar.gz
raylib-c40b3a287cde151712b82eb3a44ad4c7dea9e6b7.zip
Rename ex05b_rbmf_fonts.c to text_rbmf_fonts.c
Diffstat (limited to 'examples')
-rw-r--r--examples/text_rbmf_fonts.c (renamed from examples/ex05b_rbmf_fonts.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex05b_rbmf_fonts.c b/examples/text_rbmf_fonts.c
index 71853d5f..1dbcdcc3 100644
--- a/examples/ex05b_rbmf_fonts.c
+++ b/examples/text_rbmf_fonts.c
@@ -73,4 +73,4 @@ int main()
//--------------------------------------------------------------------------------------
return 0;
-} \ No newline at end of file
+}