Steve2/src/dev/disk/dsk2woz.h

15 lines
227 B
C
Raw Normal View History

//
// dsk2woz.h
// A2Mac
//
// Created by Tamas Rudnai on 6/28/20.
// Copyright © 2020 GameAlloy. All rights reserved.
//
#ifndef dsk2woz_h
#define dsk2woz_h
int dsk2woz( const char * filename );
#endif /* dsk2woz_h */