From fca462d02b8e6a366b4080843d9e23d23fc510f5 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Mon, 20 May 2013 16:46:59 -0700 Subject: [PATCH] Rename animation.h to animation.c This fixes a meta-bug with github showing nyancat as being Objective C. --- src/{animation.h => animation.c} | 0 src/nyancat.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{animation.h => animation.c} (100%) diff --git a/src/animation.h b/src/animation.c similarity index 100% rename from src/animation.h rename to src/animation.c diff --git a/src/nyancat.c b/src/nyancat.c index 040e9fd..dd3288f 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -82,7 +82,7 @@ * The animation frames are stored separately in * this header so they don't clutter the core source */ -#include "animation.h" +#include "animation.c" /* * Color palette to use for final output