From 95746496df9bc09763421a35bb5c3cbc1ff4ad54 Mon Sep 17 00:00:00 2001 From: Enne Walker Date: Sat, 31 Oct 2009 10:59:52 -0400 Subject: Adding you.in_branch(string) as a lua function. This also removes you.where_are_you() so as not to require lua scripts to know the value of C++ enums. This change also fixes stricmp incorrectly falling through to strcmp on non-MSVC platforms. --- crawl-ref/source/libgui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/libgui.h') diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h index 4735061fd6..9932520a83 100644 --- a/crawl-ref/source/libgui.h +++ b/crawl-ref/source/libgui.h @@ -67,7 +67,6 @@ int kbhit(); #ifdef UNIX extern "C" char *strlwr(char *str); int itoa(int value, char *strptr, int radix); -int stricmp(const char *str1, const char *str2); #endif #endif // USE_TILE -- cgit v1.2.3-54-g00ecf