X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=src%2Fpost.h;fp=src%2Fpost.h;h=d61dc5d083ff8a14db4190ad08b0d469e9c83761;hp=0000000000000000000000000000000000000000;hb=3a9f6854df479d81442273c9d0b133c49c5c8f66;hpb=0b24071f728b7c8550daa1b7aa7c4012cb70ef4c diff --git a/src/post.h b/src/post.h new file mode 100644 index 0000000..d61dc5d --- /dev/null +++ b/src/post.h @@ -0,0 +1,9 @@ +#ifndef POST_H_ +#define POST_H_ + +struct texture; + +void overlay(unsigned int tex, float aspect, float alpha); +void overlay_tex(struct texture *tex, float alpha); + +#endif /* POST_H_ */