rayzor

view src/rend.cc @ 0:2a5340a6eee4

rayzor first commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 05 Apr 2014 08:46:27 +0300
parents
children a826bf0fb169
line source
1 #include "rend.h"
3 bool rend_init()
4 {
5 return false;
6 }
8 void rend_shutdown()
9 {
10 }