Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#import <AvailabilityMacros.h>
#import <Foundation/Foundation.h>
#import <string>
#import "osx_bundle.h"
Namespaces | |
namespace | anonymous_namespace{osx_bundle.mm} |
Functions | |
bool | osx_IsAppBundleValid () |
Check if app is running in a valid bundle. More... | |
std::string | anonymous_namespace{osx_bundle.mm}::GetBundlePath (SEL selector) |
std::string | osx_GetBundlePath () |
Get the system path to the bundle itself. More... | |
std::string | osx_GetBundleResourcesPath () |
Get the system path to the bundle's Resources directory. More... | |
std::string | osx_GetBundleFrameworksPath () |
Get the system path to the bundle's Frameworks directory. More... | |
std::string osx_GetBundleFrameworksPath | ( | ) |
Get the system path to the bundle's Frameworks directory.
std::string osx_GetBundlePath | ( | ) |
Get the system path to the bundle itself.
std::string osx_GetBundleResourcesPath | ( | ) |
Get the system path to the bundle's Resources directory.
bool osx_IsAppBundleValid | ( | ) |
Check if app is running in a valid bundle.