diff options
| author | Ray <raysan5@gmail.com> | 2014-09-21 14:10:53 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-21 14:10:53 +0200 |
| commit | 597b14363443ebafd803c2bf82f64c0cb1549903 (patch) | |
| tree | b46924b3591428b7301d0ed1614ffa00668b7c55 /examples | |
| parent | 1b2225a622054a733b70009a5f928cf2fc580fb1 (diff) | |
| download | raylib-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 +} |
