# HG changeset patch # User John Tsiombikas # Date 1321870343 -7200 # Node ID 3239511d1a76578912fc2a2b65acadcacf9cdc1c # Parent 7f12c7d084d5a04ec5dc8b50f54e038c26c56167 random change diff -r 7f12c7d084d5 -r 3239511d1a76 src/texture.h --- a/src/texture.h Mon Nov 21 12:11:41 2011 +0200 +++ b/src/texture.h Mon Nov 21 12:12:23 2011 +0200 @@ -33,9 +33,9 @@ struct texture *load_texture(const char *fname); void free_texture(struct texture *tex); -struct texture *tex_gen_checker(int xsz, int ysz, int usub, int vsub, int c1, int c2); - unsigned char *get_texture_pixels(struct texture *tex); int find_texture_color(struct texture *tex, int r, int g, int b); +struct texture *tex_gen_checker(int xsz, int ysz, int usub, int vsub, int c1, int c2); + #endif /* TEXTURE_H_ */