intravenous

annotate src/cockpit.h @ 10:8fbdc6f84f64

fixed after the change in vmath
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 31 May 2013 01:30:14 +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_