intravenous

view src/cockpit.h @ 3:94d4c60af435

some progress
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Apr 2012 03:35:18 +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_