log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
qvolray
view src/demo.h @ 25:63bc059778d0
find changesets by author, revision, files, or words in the commit message
fixed ray marching
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sat, 14 Apr 2012 01:13:43 +0300
parents
children
70b937008134
line source
1
#ifndef DEMO_H_
2
#define DEMO_H_
3
4
bool init_demo();
5
void draw_demo();
6
7
8
#endif // DEMO_H_