dbf-udg

annotate src/post.h @ 11:5f99c4c7a9fe

now it looks pretty much ok
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 20 Feb 2013 04:55:03 +0200
parents
children 1abbed71e9c9
rev   line source
nuclear@11 1 #ifndef POST_H_
nuclear@11 2 #define POST_H_
nuclear@11 3
nuclear@11 4 void overlay(float r, float g, float b, float a);
nuclear@11 5
nuclear@11 6 #endif // POST_H_