Initial gitra1n commit

このコミットが含まれているのは:
ShyMemoriees
2020-01-03 13:13:50 +01:00
コミット ad1557842e
9個のファイルの変更3行の追加3行の削除

バイナリ
.DS_Store vendored

バイナリファイルは表示されません。

ファイルの表示

@ -8,13 +8,13 @@ void playSound() {
AudioServicesDisposeSystemSoundID(sound);
if (loudness == 0) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick.caf"]), &sound);
} else if (loudness == 1) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick2.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick2.caf"]), &sound);
} else if (loudness == 2) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick3.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick3.caf"]), &sound);
}

バイナリ
layout/.DS_Store vendored

バイナリファイルは表示されません。

バイナリ
layout/Library/.DS_Store vendored

バイナリファイルは表示されません。

バイナリファイルは表示されません。

バイナリファイルは表示されません。