Main Page
Namespaces
Classes
Files
File List
File Members
Gosu
Directories.hpp
Go to the documentation of this file.
1
2
3
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