aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2014-09-21 14:09:36 +0200
committerRay <raysan5@gmail.com>2014-09-21 14:09:36 +0200
commitd09b9fbbde6d5662f72c8d354f761f5174bed290 (patch)
treea7006a921a667380edef775cc275693931e614d1 /examples
parentc40b3a287cde151712b82eb3a44ad4c7dea9e6b7 (diff)
downloadraylib-d09b9fbbde6d5662f72c8d354f761f5174bed290.tar.gz
raylib-d09b9fbbde6d5662f72c8d354f761f5174bed290.zip
Rename ex06a_color_select.c to core_color_select.c
Diffstat (limited to 'examples')
-rw-r--r--examples/core_color_select.c (renamed from examples/ex06a_color_select.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex06a_color_select.c b/examples/core_color_select.c
index ef767da8..b3714bc8 100644
--- a/examples/ex06a_color_select.c
+++ b/examples/core_color_select.c
@@ -91,4 +91,4 @@ int main()
//--------------------------------------------------------------------------------------
return 0;
-} \ No newline at end of file
+}