diff options
| author | Ray <raysan5@gmail.com> | 2014-09-21 14:10:33 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-21 14:10:33 +0200 |
| commit | 1b2225a622054a733b70009a5f928cf2fc580fb1 (patch) | |
| tree | 2e51dcfbd98542651167bb008a00dc474877714e /examples | |
| parent | 0cdeb4e2672f162a5c45eb46739797f70f59db9b (diff) | |
| download | raylib-1b2225a622054a733b70009a5f928cf2fc580fb1.tar.gz raylib-1b2225a622054a733b70009a5f928cf2fc580fb1.zip | |
Rename ex06b_logo_anim.c to shapes_logo_raylib_anim.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/shapes_logo_raylib_anim.c (renamed from examples/ex06b_logo_anim.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex06b_logo_anim.c b/examples/shapes_logo_raylib_anim.c index d4dd9fde..54e41eb9 100644 --- a/examples/ex06b_logo_anim.c +++ b/examples/shapes_logo_raylib_anim.c @@ -168,4 +168,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} |
