cog/Sound/SoundFile/GameFile.h

20 lines
285 B
C
Raw Normal View History

2006-05-29 22:02:59 +00:00
//
// GameFile.h
// Cog
//
// Created by Vincent Spader on 5/29/06.
// Copyright 2006 Vincent Spader. All rights reserved.
2006-05-29 22:02:59 +00:00
//
#import <Cocoa/Cocoa.h>
#import "SoundFile.h"
#undef HAVE_CONFIG_H
#import "GME/Music_Emu.h"
@interface GameFile : SoundFile {
Music_Emu* emu;
}
@end