1 #if defined(__APPLE__) || defined(SC_IPHONE)
3 #ifndef _SC_StandAloneInfo_
4 #define _SC_StandAloneInfo_
7 class SC_StandAloneInfo
;
9 class SC_StandAloneInfo
12 static bool sIsStandAlone
;
13 static bool haveCheckedBundleStatus
;
14 static char dirPath
[PATH_MAX
];
16 static void SC_StandAloneInfoInit();
18 static bool IsStandAlone();
19 static void GetResourceDir(char* pathBuf
, int length
);