intravenous

annotate 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
rev   line source
nuclear@3 1 #ifndef COCKPIT_H_
nuclear@3 2 #define COCKPIT_H_
nuclear@3 3
nuclear@3 4 bool cockpit_init();
nuclear@3 5 void cockpit_destroy();
nuclear@3 6
nuclear@3 7 void cockpit_draw();
nuclear@3 8
nuclear@3 9 #endif // COCKPIT_H_