From: Aurelio Mannara Date: Mon, 15 Dec 2014 08:29:33 +0000 (+0100) Subject: Used *.c extension and lower case dir name X-Git-Tag: v0.5.0~36^2~3 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=31dfb6a92e6719dda7dbe0ed478768e3bc72040c;p=corbenik%2Fctrulib.git Used *.c extension and lower case dir name --- diff --git a/examples/Graphics/Bitmap/24bit_color/Makefile b/examples/graphics/bitmap/24bit-color/Makefile similarity index 100% rename from examples/Graphics/Bitmap/24bit_color/Makefile rename to examples/graphics/bitmap/24bit-color/Makefile diff --git a/examples/Graphics/Bitmap/24bit_color/README.md b/examples/graphics/bitmap/24bit-color/README.md similarity index 100% rename from examples/Graphics/Bitmap/24bit_color/README.md rename to examples/graphics/bitmap/24bit-color/README.md diff --git a/examples/Graphics/Bitmap/24bit_color/data/drunkenlogo.bin b/examples/graphics/bitmap/24bit-color/data/drunkenlogo.bin similarity index 100% rename from examples/Graphics/Bitmap/24bit_color/data/drunkenlogo.bin rename to examples/graphics/bitmap/24bit-color/data/drunkenlogo.bin diff --git a/examples/Graphics/Bitmap/24bit_color/drunkenlogo.png b/examples/graphics/bitmap/24bit-color/drunkenlogo.png similarity index 100% rename from examples/Graphics/Bitmap/24bit_color/drunkenlogo.png rename to examples/graphics/bitmap/24bit-color/drunkenlogo.png diff --git a/examples/Graphics/bitmap/24bit_color/source/main.c b/examples/graphics/bitmap/24bit-color/source/main.c similarity index 100% rename from examples/Graphics/bitmap/24bit_color/source/main.c rename to examples/graphics/bitmap/24bit-color/source/main.c