123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef __CCDANDROIDUTILS_H__
- #define __CCDANDROIDUTILS_H__
- #include <string>
- namespace CocosDenshion {
- namespace android {
- std::string getFullPathWithoutAssetsPrefix(const char* pszFilename);
- }
- }
- #endif
|