10 lines
151 B
C
10 lines
151 B
C
// rd.h
|
|
// Author: Josh Holtrop
|
|
// Created: 12/31/03
|
|
// Modified: 01/04/04
|
|
|
|
|
|
byte *rd_readSector(DiskDevice *rd, dword sector, byte *dest);
|
|
|
|
|