diff options
| author | Ray <raysan5@gmail.com> | 2014-09-21 14:06:47 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-21 14:06:47 +0200 |
| commit | 34d0851f7974af6772ee8f7abcd1336693afc270 (patch) | |
| tree | 8baebb64ae41dc35b68351a0dcdc32595550a973 /examples | |
| parent | b6d0e3adb2719f48cad3dc128bebd2f9e391236a (diff) | |
| download | raylib-34d0851f7974af6772ee8f7abcd1336693afc270.tar.gz raylib-34d0851f7974af6772ee8f7abcd1336693afc270.zip | |
Rename ex02c_color_palette.c to shapes_color_palette.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/shapes_color_palette.c (renamed from examples/ex02c_color_palette.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex02c_color_palette.c b/examples/shapes_color_palette.c index bd5dd0c6..a8114e0f 100644 --- a/examples/ex02c_color_palette.c +++ b/examples/shapes_color_palette.c @@ -92,4 +92,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} |
