diff options
| author | Ray <raysan5@gmail.com> | 2014-09-21 14:06:00 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-21 14:06:00 +0200 |
| commit | 07129b26c31ee42be59e6af0a7f872b1646d8048 (patch) | |
| tree | 6a1e2d619c7fd591cca700472ddb4b2f61d62f09 | |
| parent | d25b56f6d4e579563826413963b61608c7d31325 (diff) | |
| download | raylib-07129b26c31ee42be59e6af0a7f872b1646d8048.tar.gz raylib-07129b26c31ee42be59e6af0a7f872b1646d8048.zip | |
Rename ex02a_logo_raylib.c to shapes_logo_raylib.c
| -rw-r--r-- | examples/shapes_logo_raylib.c (renamed from examples/ex02a_logo_raylib.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex02a_logo_raylib.c b/examples/shapes_logo_raylib.c index c43b682e..bd13890f 100644 --- a/examples/ex02a_logo_raylib.c +++ b/examples/shapes_logo_raylib.c @@ -51,4 +51,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} |
