From bf5e84859e2aca7f543f88a4a93bb971332aa989 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 1 Oct 2008 17:31:28 +0000 Subject: Merge Hexen fixed_t and angle definitions to common code, plus byte swapping macros, bounding box checking, read/write file, screenshot and command line argument code. Update Heretic code to use ANG1_X rather than the new (correct) ANG1 definition. Subversion-branch: /branches/raven-branch Subversion-revision: 1311 --- src/m_argv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/m_argv.h') diff --git a/src/m_argv.h b/src/m_argv.h index 315bb97b..a1881c18 100644 --- a/src/m_argv.h +++ b/src/m_argv.h @@ -40,4 +40,8 @@ int M_CheckParm (char* check); void M_FindResponseFile(void); +// Parameter has been specified? + +boolean M_ParmExists(char *check); + #endif -- cgit v1.2.3