intravenous

annotate src/cockpit.h @ 8:0f305fc0b548

fixed the mouse warping in low framerates
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Apr 2012 07:15:28 +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_