From ad6d40c7c6943b53285ba3f1ee58c4a0d2c00dcb Mon Sep 17 00:00:00 2001 From: Timidger Date: Mon, 16 Apr 2018 18:42:10 -0400 Subject: Moved cat out of support, removed support --- examples/support/cat.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 examples/support/cat.h (limited to 'examples/support/cat.h') diff --git a/examples/support/cat.h b/examples/support/cat.h deleted file mode 100644 index 46dc50f6..00000000 --- a/examples/support/cat.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _CAT_H -#define _CAT_H - -struct gimp_texture { - unsigned int width; - unsigned int height; - unsigned int bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */ - unsigned char pixel_data[128 * 128 * 4 + 1]; -}; - -extern const struct gimp_texture cat_tex; - -#endif -- cgit v1.2.3