#include "lugre_prefix.h"#include "lugre_findpath.h"#include "lugre_robstring.h"#include <stdexcept>#include <OgreConfigFile.h>#include <windows.h>#include <CoreFoundation/CoreFoundation.h>

Go to the source code of this file.
Namespaces | |
| namespace | Lugre |
Functions | |
| bool | file_exists (const std::string &filename) |
| bool | directory_exists (const std::string &directoryname) |
| const char * | Lugre::GetMacDefaultResourcesDir () |
Variables | |
| const std::string | kLugreBaseConfig = "lugre.cfg" |
| bool directory_exists | ( | const std::string & | directoryname | ) |
Definition at line 29 of file lugre_findpath.cpp.
Referenced by Lugre::FindBasePaths::FindBasePaths().
| bool file_exists | ( | const std::string & | filename | ) |
Definition at line 14 of file lugre_findpath.cpp.
Referenced by Lugre::FindBasePaths::getLugreLuaPath(), and Lugre::FindBasePaths::getMainLuaPath().
| const std::string kLugreBaseConfig = "lugre.cfg" |
Definition at line 9 of file lugre_findpath.cpp.
Referenced by Lugre::FindBasePaths::FindBasePaths().
1.5.6