first half-assed attempt at old wahsed-out post effect failed
[demo_prior] / src / post.h
index c942630..c9e586e 100644 (file)
@@ -3,8 +3,16 @@
 
 #include "texture.h"
 
-extern struct texture fbtex[2];
-extern int fbtex_cur;
+enum {
+       POST_OLDFIG,
+
+       MAX_POST_SDR
+};
+extern unsigned int post_sdr[MAX_POST_SDR];
+
+extern struct texture post_fbtex[2];
+extern int post_fbtex_cur;
+extern unsigned int post_fbo[2];
 
 int post_init(void);
 void post_cleanup(void);