OpenRaider
0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
utils
filesystem.h
Go to the documentation of this file.
1
8
#ifndef _UTILS_FILESYSTEM_H_
9
#define _UTILS_FILESYSTEM_H_
10
11
#include <string>
12
13
std::string
getCurrentWorkingDirectory
();
14
15
std::string
getHomeDirectory
();
16
17
#endif
18
getCurrentWorkingDirectory
std::string getCurrentWorkingDirectory()
Definition:
filesystem.cpp:24
getHomeDirectory
std::string getHomeDirectory()
Definition:
filesystem.cpp:39
Generated by
1.8.9.1