X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=src%2Fpost.h;h=c94263019e4eed269b480dcba73bbba7fd88dfeb;hp=d61dc5d083ff8a14db4190ad08b0d469e9c83761;hb=ca5ddcfae04b0c10505325629d8a59e626811433;hpb=f949c0b80e6e55b95f9fd5a2949eb644e8356dba diff --git a/src/post.h b/src/post.h index d61dc5d..c942630 100644 --- a/src/post.h +++ b/src/post.h @@ -1,7 +1,14 @@ #ifndef POST_H_ #define POST_H_ -struct texture; +#include "texture.h" + +extern struct texture fbtex[2]; +extern int fbtex_cur; + +int post_init(void); +void post_cleanup(void); +void post_reshape(int x, int y); void overlay(unsigned int tex, float aspect, float alpha); void overlay_tex(struct texture *tex, float alpha);