JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed crashes, autopilot working
[vor.git] / autopilot.h
1 //  Copyright (C) 2007 Jason Woofenden
2 //
3 //  This file is part of VoR.
4 //
5 //  VoR is free software; you can redistribute it and/or modify it
6 //  under the terms of the GNU General Public License as published by
7 //  the Free Software Foundation; either version 2, or (at your option)
8 //  any later version.
9 //
10 //  VoR is distributed in the hope that it will be useful, but
11 //  WITHOUT ANY WARRANTY; without even the implied warranty of
12 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 //  General Public License for more details.
14 //
15 //  You should have received a copy of the GNU General Public License
16 //  along with VoR; see the file COPYING.  If not, write to the
17 //  Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18 //  MA 02111-1307, USA.
19
20
21 void autopilot_init();
22 int autopilot(float ticks);
23 void autopilot_fix_keystates(Uint8* table);