Compile fix, cleanup

This commit is contained in:
Joshua Granick
2016-10-24 17:46:54 -07:00
parent fe13ea21f3
commit 384fdf2942
5 changed files with 59 additions and 34 deletions

View File

@@ -8,10 +8,9 @@ namespace lime {
class Haptic {
public:
#ifdef IPHONE
static void Vibrate (int period, int duration);
#endif
};