File: includes.h

package info (click to toggle)
gravitywars 1.102-12
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 2,016 kB
  • ctags: 289
  • sloc: ansic: 3,163; makefile: 71; sh: 13
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"