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