log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
rayzor
view src/rend.cc @ 1:a826bf0fb169
find changesets by author, revision, files, or words in the commit message
fixed line endings
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sat, 05 Apr 2014 09:05:26 +0300
parents
2a5340a6eee4
children
line source
1
#include "rend.h"
2
3
bool rend_init()
4
{
5
return false;
6
}
7
8
void rend_shutdown()
9
{
10
}