yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
file_path.h
Go to the documentation of this file.
1#ifndef YAZE_APP_CORE_PLATFORM_FILE_PATH_H
2#define YAZE_APP_CORE_PLATFORM_FILE_PATH_H
3
4#include <string>
5
6namespace yaze {
7namespace app {
8namespace core {
9
15
16} // namespace core
17} // namespace app
18} // namespace yaze
19
20#endif // YAZE_APP_CORE_PLATFORM_FILE_PATH_H
std::string GetBundleResourcePath()
GetBundleResourcePath returns the path to the bundle resource directory. Specific to MacOS.
Definition common.cc:22