From 5de507694b0ca43739033d75cf20fcf7ea31a2dd Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 18 Sep 2010 17:35:57 +0000 Subject: Tons of warnings fixed - now only 7 warnings at warning level 3, and most of those are outside of our own code (get on those signed/unsigned mismatches in the midi code, fraggle ;) Subversion-branch: /branches/strife-branch Subversion-revision: 2110 --- src/strife/m_menu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/strife/m_menu.h') diff --git a/src/strife/m_menu.h b/src/strife/m_menu.h index bbd2d9bc..6aa9858e 100644 --- a/src/strife/m_menu.h +++ b/src/strife/m_menu.h @@ -99,6 +99,9 @@ int M_WriteText(int x, int y, const char *string); // haleyjd 09/04/10: [STRIFE] New function. void M_DialogDimMsg(int x, int y, char *str, boolean useyfont); +// haleyjd [STRIFE] Externalized +void M_ClearMenus (int choice); + extern int detailLevel; extern int screenblocks; -- cgit v1.2.3