The paths manager is responsible for recording the various paths that binary files may be located at.
More...
#include <filesystem.hpp>
List of all members.
Detailed Description
The paths manager is responsible for recording the various paths that binary files may be located at.
It should be passed a config object which holds binary path information. This is in the format
* [binary_path]
* path=<path>
* [/binary_path]
* Binaries will be searched for in [wesnoth-path]/data/<path>/images/
*
Definition at line 186 of file filesystem.hpp.
Constructor & Destructor Documentation
| binary_paths_manager::binary_paths_manager |
( |
|
) |
|
| binary_paths_manager::binary_paths_manager |
( |
const class config & |
cfg |
) |
|
| binary_paths_manager::~binary_paths_manager |
( |
|
) |
|
Member Function Documentation
| void binary_paths_manager::cleanup |
( |
|
) |
[private] |
| void binary_paths_manager::set_paths |
( |
const class config & |
cfg |
) |
|
Member Data Documentation
The documentation for this struct was generated from the following file: