dbf-udg

view 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
line source
1 #ifndef POST_H_
2 #define POST_H_
4 void overlay(float r, float g, float b, float a);
6 #endif // POST_H_