File: includes.h

package info (click to toggle)
gravitywars 1.102-32
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,120 kB
  • ctags: 291
  • sloc: ansic: 3,178; makefile: 82; sh: 53
file content (14 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>
#include <vgakeyboard.h>
#include <vgamouse.h>
#include <vgagl.h>
#include <vga.h>
#include <math.h>
#include <stdlib.h>
#include <unistd.h>

#include <sys/kd.h> /* FOR BEEP() */

#include "config.h"