intravenous

view src/cockpit.h @ 6:2723dc026c4f

collision detection
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 23 Apr 2012 21:43:10 +0300
parents
children
line source
1 #ifndef COCKPIT_H_
2 #define COCKPIT_H_
4 bool cockpit_init();
5 void cockpit_destroy();
7 void cockpit_draw();
9 #endif // COCKPIT_H_