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

@@ -2,12 +2,13 @@
#import <AudioToolbox/AudioServices.h>
namespace lime {
void Haptic::Vibrate (int period, int duration) {
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
}