|
|
1.1 root 1: // Emacs style mode select -*- C++ -*-
2: //-----------------------------------------------------------------------------
3: //
4: // $Id:$
5: //
6: // Copyright (C) 1993-1996 by id Software, Inc.
7: //
1.1.1.2 ! root 8: // This program is free software; you can redistribute it and/or
! 9: // modify it under the terms of the GNU General Public License
! 10: // as published by the Free Software Foundation; either version 2
! 11: // of the License, or (at your option) any later version.
1.1 root 12: //
1.1.1.2 ! root 13: // This program is distributed in the hope that it will be useful,
1.1 root 14: // but WITHOUT ANY WARRANTY; without even the implied warranty of
1.1.1.2 ! root 15: // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! 16: // GNU General Public License for more details.
1.1 root 17: //
18: // DESCRIPTION:
19: // Nil.
20: //
21: //-----------------------------------------------------------------------------
22:
23:
24: #ifndef __M_ARGV__
25: #define __M_ARGV__
26:
27: //
28: // MISC
29: //
30: extern int myargc;
31: extern char** myargv;
32:
33: // Returns the position of the given parameter
34: // in the arg list (0 if not found).
35: int M_CheckParm (char* check);
36:
37:
38: #endif
39: //-----------------------------------------------------------------------------
40: //
41: // $Log:$
42: //
43: //-----------------------------------------------------------------------------
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.