From 37c6b72103cc9d7965a669cdca01edae83f765e4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 21 Dec 2006 21:43:47 +0000 Subject: Split off IWAD-related code into separate d_iwad.c. On Windows, search the registry to automatically find the locations of installed IWADs. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 791 --- src/m_misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/m_misc.h') diff --git a/src/m_misc.h b/src/m_misc.h index 2258ec78..41ba96ae 100644 --- a/src/m_misc.h +++ b/src/m_misc.h @@ -57,6 +57,8 @@ void M_SetConfigDir(void); void M_MakeDirectory(char *dir); +boolean M_FileExists(char *file); + int M_DrawText -- cgit v1.2.3