intravenous

view 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
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_