diff --git a/examples/graphics/printing/both-screen-text/source/main.c b/examples/graphics/printing/both-screen-text/source/main.c index 688b136..d2ddd95 100644 --- a/examples/graphics/printing/both-screen-text/source/main.c +++ b/examples/graphics/printing/both-screen-text/source/main.c @@ -2,14 +2,6 @@ Both Screen Text example made by Aurelio Mannara for ctrulib This code was modified for the last time on: 12/12/2014 23:20 UTC+1 - This wouldn't be possible without the amazing work done by: - -Smealum - -fincs - -WinterMute - -yellows8 - -plutoo - -mtheall - -Many others who worked on 3DS and I'm surely forgetting about */ #include <3ds.h> diff --git a/examples/graphics/printing/colored-text/source/main.c b/examples/graphics/printing/colored-text/source/main.c index 3acaaf1..26afc15 100644 --- a/examples/graphics/printing/colored-text/source/main.c +++ b/examples/graphics/printing/colored-text/source/main.c @@ -2,14 +2,6 @@ Colored Text example made by Aurelio Mannara for ctrulib This code was modified for the last time on: 12/12/2014 23:00 UTC+1 - This wouldn't be possible without the amazing work done by: - -Smealum - -fincs - -WinterMute - -yellows8 - -plutoo - -mtheall - -Many others who worked on 3DS and I'm surely forgetting about */ #include <3ds.h> diff --git a/examples/graphics/printing/multiple-windows-text/source/main.c b/examples/graphics/printing/multiple-windows-text/source/main.c index b18710b..bf238f9 100644 --- a/examples/graphics/printing/multiple-windows-text/source/main.c +++ b/examples/graphics/printing/multiple-windows-text/source/main.c @@ -2,14 +2,6 @@ Multiple Windows Text example made by Aurelio Mannara for ctrulib This code was modified for the last time on: 12/12/2014 23:50 UTC+1 - This wouldn't be possible without the amazing work done by: - -Smealum - -fincs - -WinterMute - -yellows8 - -plutoo - -mtheall - -Many others who worked on 3DS and I'm surely forgetting about */ #include <3ds.h>