Add Tizen support for landscape mode

This commit is contained in:
Joshua Granick
2013-11-29 21:03:17 -08:00
parent ea33423fd7
commit 2aaeb54cc5
3 changed files with 22 additions and 1 deletions

View File

@@ -193,6 +193,9 @@ extern "C" bool GetBundleFilename(const char *inName, char *outBuffer,int inBufS
extern "C" FILE *OpenOverwrite(const char *inName);
namespace lime {
#else
#ifdef TIZEN
extern int gFixedOrientation;
#endif
#define OpenRead(x) fopen(x,"rb")
#define OpenOverwrite(x) fopen(x,"wb") // [ddc]
#endif