File: args.h

package info (click to toggle)
vor 0.5.5-2
  • links: PTS, VCS
  • area: contrib
  • in suites: squeeze, wheezy
  • size: 936 kB
  • ctags: 389
  • sloc: ansic: 2,176; sh: 345; makefile: 109
file content (12 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef VOR_ARGS_H
#define VOR_ARGS_H

// Look and Feel
extern int opt_fullscreen;
extern int opt_sound;

extern int opt_autopilot;

int parse_opts(int argc, char *argv[]);

#endif // VOR_ARGS_H