• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

Directories.hpp

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef GOSU_DIRECTORIES_HPP
00005 #define GOSU_DIRECTORIES_HPP
00006 
00007 #include <string>
00008 
00009 namespace Gosu
00010 {
00015     std::wstring resourcePrefix();
00016     
00021     std::wstring sharedResourcePrefix();
00022     
00027     std::wstring userSettingsPrefix();
00028     
00033     std::wstring userDocsPrefix();
00034 }
00035 
00036 #endif

Documentation not clear enough? Please go to one of the places listed on http://www.libgosu.org/ and leave feedback. Thanks!