aboutsummaryrefslogtreecommitdiffstats
path: root/src/animation.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-04-02 01:28:24 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2012-04-02 01:28:24 +0100
commit214a092ab59426f7ee79e3d538009f7607be1e73 (patch)
treec4c181cf767ce498c393a44910ebfe6892e5c5a1 /src/animation.h
parentd229f9911cb999bf6a7d37aeef4421792c40313e (diff)
parent5a88b86b6abe3aae7f8c1e6f7545f2cc2ed260d7 (diff)
downloadnyancat-214a092ab59426f7ee79e3d538009f7607be1e73.tar.gz
Merge branch 'master' of git://github.com/klange/nyancat
Diffstat (limited to 'src/animation.h')
-rw-r--r--src/animation.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/animation.h b/src/animation.h
index ebcad3a..ad1aae4 100644
--- a/src/animation.h
+++ b/src/animation.h
@@ -1,3 +1,9 @@
+/*
+ * Pop Tart Cat animation frames
+ */
+#ifndef ANIMATION_H
+#define ANIMATION_H
+
char * frame0[] = {
",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.,,,,,,,,,,,,,,,,,,,,,,,,,",
",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.,.,,,,,,,,,,,,,,,,,,,,,,,,",
@@ -805,3 +811,8 @@ char ** frames[] = {
frame11,
NULL
};
+
+#define FRAME_WIDTH 64
+#define FRAME_HEIGHT 64
+
+#endif