intravenous

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