updated project to rotate and display correctly in iOS6+

removed all references to adwhirl for iOS.
This commit is contained in:
Michael Nguyen
2013-10-28 15:09:58 -07:00
parent 7a7bc70773
commit 362cc1b4c2
87 changed files with 266 additions and 9221 deletions

View File

@@ -13,7 +13,7 @@ Author: Michael Nguyen
/* Wagic versions */
#define WAGIC_VERSION_MAJOR 0
#define WAGIC_VERSION_MEDIUM 19
#define WAGIC_VERSION_MINOR 0
#define WAGIC_VERSION_MINOR 1
#define VERSION_DOT(a, b, c) a ##.## b ##.## c
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c
@@ -30,4 +30,4 @@ Author: Michael Nguyen
#endif