File: values.h

package info (click to toggle)
bombardier 0.8.5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: ansic: 829; sh: 50; makefile: 38
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Bombardier */
/* The GNU Bombing utility */
/* Copyright (C) 2001, 2009 Gergely Risko */
/* Can be licensed under the terms of GPL v3 or above */

#define WIDTH 80
#define HEIGHT 24
#define DESTROY 7
#define MINSIZE 0
#define MAXSIZE 20
#define USECSLEEP 120000
#define BOMBFAST 2
#define DEFBLOCK 500
#define ADDBLOCK 400