From fe31aa28c422f1fab32ab3b72d8369d539c8496e Mon Sep 17 00:00:00 2001 From: yexo Date: Mon, 20 Aug 2012 21:01:40 +0000 Subject: (svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the path instead of a boolean (LordAro) --- src/ai/ai_core.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/ai/ai_core.cpp') diff --git a/src/ai/ai_core.cpp b/src/ai/ai_core.cpp index 82e2c7809..e2f04622b 100644 --- a/src/ai/ai_core.cpp +++ b/src/ai/ai_core.cpp @@ -352,3 +352,14 @@ } #endif /* defined(ENABLE_NETWORK) */ + +/* static */ AIScannerInfo *AI::GetScannerInfo() +{ + return AI::scanner_info; +} + +/* static */ AIScannerLibrary *AI::GetScannerLibrary() +{ + return AI::scanner_library; +} + -- cgit v1.2.3-54-g00ecf