15 lines
201 B
Matlab
15 lines
201 B
Matlab
![]() |
//
|
||
|
// Controller.m
|
||
|
// Cog
|
||
|
//
|
||
|
// Created by Zaphod Beeblebrox on 8/7/05.
|
||
|
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "Controller.h"
|
||
|
|
||
|
|
||
|
@implementation SoundController
|
||
|
|
||
|
@end
|