summaryrefslogtreecommitdiffstats
path: root/list.h
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2021-01-06 21:45:09 +1100
committerGentoo <installgentoo@endianness.com>2021-01-06 21:45:09 +1100
commitc7def3172977a8d128ff9882d67e604e480f3499 (patch)
tree43e0202544ac268462bc6b0ac5228512167a71db /list.h
parentba38b130577b92c33a6ef34fec829b38cd647212 (diff)
downloadnyancat-c7def3172977a8d128ff9882d67e604e480f3499.tar.gz
nyancat-c7def3172977a8d128ff9882d67e604e480f3499.tar.bz2
nyancat-c7def3172977a8d128ff9882d67e604e480f3499.zip
+ported to SDL2 +split cat and rainbow draw calls and functions +/- split cat and rainbow images +/- made rainbows drift off screen +spritesheets are now used instead of individual images +"fixed" indentation +replaced old argument code with getopt +added argument that lets you spawn N cats +/- made scaling work (poor results but no longer crashes) +added option to make cat follow sine wave -removed multi screen code (SDL2 fullscreen only works with one screen)
Diffstat (limited to 'list.h')
-rw-r--r--list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/list.h b/list.h
index 8d7d0dd..233b7de 100644
--- a/list.h
+++ b/list.h
@@ -1,8 +1,8 @@
#ifndef __LIST_H
#define __LIST_H
-/* This file is from the Linux Kernel (include/linux/list.h)
- * and modified by simply removing hardware prefetching of list items.
+/* This file is from the Linux Kernel (include/linux/list.h)
+ * and modified by simply removing hardware prefetching of list items.
* Copyright, credits attributed to wherever they belong.
* Kulesh Shanmugasundaram (kulesh [squiggly] isis.poly.edu)
* Modified to round out my personal collection by John Anthony