diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:01:34 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:01:34 (GMT) |
commit | 1bec7aad09631d3f86874ead2c26335bc897fde5 (patch) | |
tree | 018b0ecc4d199c955be6553e56a306d1411ab728 /tests/imageutils.h | |
parent | e82b056e811f7a72e7fb94ecbc1683420831b05e (diff) |
modify qmake buildfile, move offscreen rendering to main src directory
Diffstat (limited to 'tests/imageutils.h')
-rw-r--r-- | tests/imageutils.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/imageutils.h b/tests/imageutils.h deleted file mode 100644 index 72602a2..0000000 --- a/tests/imageutils.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef IMAGEUTILS_H_ -#define IMAGEUTILS_H_ - -#include <stdlib.h> - -bool write_png(const char *filename, unsigned char *pixels, int width, int height); -void flip_image(const unsigned char *src, unsigned char *dst, size_t pixelsize, size_t width, size_t height); - -#endif |