Directories.hpp
Go to the documentation of this file.
1 
4 #ifndef GOSU_DIRECTORIES_HPP
5 #define GOSU_DIRECTORIES_HPP
6 
7 #include <string>
8 
9 namespace Gosu
10 {
15  std::wstring resourcePrefix();
16 
21  std::wstring sharedResourcePrefix();
22 
27  std::wstring userSettingsPrefix();
28 
33  std::wstring userDocsPrefix();
34 }
35 
36 #endif
std::wstring userDocsPrefix()
Prefix for user documents, e.g.
std::wstring sharedResourcePrefix()
Prefix for resources of a group of programs.
std::wstring userSettingsPrefix()
Prefix for user settings.
std::wstring resourcePrefix()
Prefix for a program&#39;s own resources.