diff options
| author | Ray <raysan5@gmail.com> | 2014-09-21 14:08:58 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-21 14:08:58 +0200 |
| commit | 1195025c4cc0261f631a7158e682a1a9a4f6d11a (patch) | |
| tree | c92dd53d0f2a9afbac23951981b58f9bcce7f236 | |
| parent | a99ce2f306fb8407fd81479343609e77179f29d9 (diff) | |
| download | raylib-1195025c4cc0261f631a7158e682a1a9a4f6d11a.tar.gz raylib-1195025c4cc0261f631a7158e682a1a9a4f6d11a.zip | |
Rename ex05a_sprite_fonts.c to text_sprite_fonts.c
| -rw-r--r-- | examples/text_sprite_fonts.c (renamed from examples/ex05a_sprite_fonts.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex05a_sprite_fonts.c b/examples/text_sprite_fonts.c index f4a1c1cb..60a10c19 100644 --- a/examples/ex05a_sprite_fonts.c +++ b/examples/text_sprite_fonts.c @@ -74,4 +74,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} |
