intravenous

view src/cockpit.h @ 9:90af225f469a

- merged collision detection code - reduced inertia
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 28 Apr 2012 17:10:29 +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_