cog/Audio/Decoders/MonkeysFile.h

20 lines
304 B
Objective-C

//
// MonkeysFile.h
// zyVorbis
//
// Created by Vincent Spader on 1/30/05.
// Copyright 2005 Vincent Spader All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import <MAC/All.h>
#import <MAC/MACLib.h>
#import "SoundFile.h"
@interface MonkeysFile : SoundFile {
IAPEDecompress * decompress;
}
@end