Definition in file FuegoMainUtil.cpp.
#include "SgSystem.h"
#include "FuegoMainUtil.h"
#include <fstream>
#include <sstream>
#include "GoBook.h"
#include "SgDebug.h"
Go to the source code of this file.
Namespaces | |
| namespace | boost::filesystem |
Functions | |
| bool | LoadBookFile (GoBook &book, const path &file) |
| void | FuegoMainUtil::LoadBook (GoBook &book, const boost::filesystem::path &programDir) |
| Try to load opening book from a set of known paths. | |
| std::string | FuegoMainUtil::Version () |
| Return Fuego version. | |
| bool @1::LoadBookFile | ( | GoBook & | book, | |
| const path & | file | |||
| ) | [static] |
Definition at line 22 of file FuegoMainUtil.cpp.
References GoBook::Read(), SgDebug(), and SgException::what().
Referenced by FuegoMainUtil::LoadBook().