1 /* 2 baller2.h - prototypes and definitions for baller2.c 3 4 Copyright (C) 2010 Thomas Huth 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 20 int comp(void); 21 void z_kn(void); 22 void z_ka(void); 23 void z_ft(void); 24 void z_ge(void); 25 void z_pk(void); 26 void schuss(int k); 27 void expls(int x, int y, int w, int h, int d); 28 int kugel(int x, int y); 29 void baller(unsigned char r); 30 void bild(void); 31 void burg(int nn); 32 void init_ka(int k, int xr); 33 void drw_all(void); 34 void drw_gpk(char w); 35 void draw(short x, short y, short *a); 36 void fturm(void); 37 void koenig(void); 38 int drin(short xk, short yk, short w, short h, short r, short x, short y); 39