Go to the documentation of this file.
   12 #ifndef AI_SCANNER_HPP 
   13 #define AI_SCANNER_HPP 
   15 #include "../script/script_scanner.hpp" 
   37   class AIInfo *
FindInfo(
const char *nameParam, 
int versionParam, 
bool force_exact_match);
 
   46    const char *
GetFileName()
 const { 
return PATHSEP 
"info.nut"; }
 
   69    const char *
GetFileName()
 const { 
return PATHSEP 
"library.nut"; }