qvolray

annotate src/demo.h @ 26:f4cc61b5a3eb

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Apr 2012 04:59:14 +0300
parents
children 70b937008134
rev   line source
nuclear@18 1 #ifndef DEMO_H_
nuclear@18 2 #define DEMO_H_
nuclear@18 3
nuclear@18 4 bool init_demo();
nuclear@18 5 void draw_demo();
nuclear@18 6
nuclear@18 7
nuclear@18 8 #endif // DEMO_H_