rayzor

view src/rend.h @ 7:75bc89c2abc4

fixed the mouse handling problem
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 07 Apr 2014 08:05:06 +0300
parents 2a5340a6eee4
children
line source
1 #ifndef REND_H_
2 #define REND_H_
4 bool rend_init();
5 void rend_shutdown();
7 #endif // REND_H_