aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2014-09-21 14:06:47 +0200
committerRay <raysan5@gmail.com>2014-09-21 14:06:47 +0200
commit34d0851f7974af6772ee8f7abcd1336693afc270 (patch)
tree8baebb64ae41dc35b68351a0dcdc32595550a973 /examples
parentb6d0e3adb2719f48cad3dc128bebd2f9e391236a (diff)
downloadraylib-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
+}