qvolray

view src/demo.h @ 34:e7c006b774ed

icons
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Apr 2012 00:11:38 +0300
parents
children 70b937008134
line source
1 #ifndef DEMO_H_
2 #define DEMO_H_
4 bool init_demo();
5 void draw_demo();
8 #endif // DEMO_H_