cog/Audio/Decoders/WavPackFile.h

19 lines
275 B
C
Raw Normal View History

2005-06-06 17:47:29 +00:00
//
// WavPackFile.h
// Cog
//
2005-07-02 21:02:06 +00:00
// Created by Vincent Spader on 6/6/05.
// Copyright 2005 Vincent Spader All rights reserved.
2005-06-06 17:47:29 +00:00
//
#import <Cocoa/Cocoa.h>
#import "SoundFile.h"
#import "Wavpack/wputils.h"
@interface WavPackFile : SoundFile {
WavpackContext *wpc;
}
@end